diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-03-04 10:32:29 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-03-04 10:32:29 +0000 |
commit | ec76aab01aac7c654ddeaf99533f9b7c876f19fc (patch) | |
tree | 1e157d457ac09c161bef6d35538f6e4091a7452e /openwrt | |
parent | 1600a97d18d559d789bc3a74b638a4eab90478aa (diff) | |
download | mtk-20170518-ec76aab01aac7c654ddeaf99533f9b7c876f19fc.zip mtk-20170518-ec76aab01aac7c654ddeaf99533f9b7c876f19fc.tar.gz mtk-20170518-ec76aab01aac7c654ddeaf99533f9b7c876f19fc.tar.bz2 |
Disable X support, fixes compilation errors
SVN-Revision: 3307
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/gpsd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/gpsd/Makefile b/openwrt/package/gpsd/Makefile index 45748cb..cd45b4c 100644 --- a/openwrt/package/gpsd/Makefile +++ b/openwrt/package/gpsd/Makefile @@ -49,6 +49,7 @@ $(PKG_BUILD_DIR)/.configured: --enable-shared \ --enable-static \ --with-gnu-ld \ + --without-x \ ); touch $@ |