summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-04 10:32:29 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-04 10:32:29 +0000
commit8287e4da51ad6dcdfe241d125456e9b0910dff47 (patch)
treeb4aad24266d6d9dc4ee5eb1a4a60913cf07ba649
parent5ea27e59d44af003759a181f0aa00884e3827f30 (diff)
Disable X support, fixes compilation errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3307 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/gpsd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gpsd/Makefile b/package/gpsd/Makefile
index 45748cb84..cd45b4ccb 100644
--- a/package/gpsd/Makefile
+++ b/package/gpsd/Makefile
@@ -49,6 +49,7 @@ $(PKG_BUILD_DIR)/.configured:
--enable-shared \
--enable-static \
--with-gnu-ld \
+ --without-x \
);
touch $@