aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-03-04 10:32:29 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-03-04 10:32:29 +0000
commitec76aab01aac7c654ddeaf99533f9b7c876f19fc (patch)
tree1e157d457ac09c161bef6d35538f6e4091a7452e
parent1600a97d18d559d789bc3a74b638a4eab90478aa (diff)
downloadupstream-ec76aab01aac7c654ddeaf99533f9b7c876f19fc.tar.gz
upstream-ec76aab01aac7c654ddeaf99533f9b7c876f19fc.tar.bz2
upstream-ec76aab01aac7c654ddeaf99533f9b7c876f19fc.zip
Disable X support, fixes compilation errors
SVN-Revision: 3307
-rw-r--r--openwrt/package/gpsd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/gpsd/Makefile b/openwrt/package/gpsd/Makefile
index 45748cb844..cd45b4ccb0 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 $@