summaryrefslogtreecommitdiffstats
path: root/openwrt/package/gpsd/Makefile
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
commit82f39ae45ebffbe22578615bfb7c0ffe21ca05eb (patch)
treeed5a8a8c7e5d9f129b19bf40c20dfda552cfa525 /openwrt/package/gpsd/Makefile
parent8079817d177d5de7e084ff3357b94df8452a76e5 (diff)
Disable X support, fixes compilation errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3307 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/gpsd/Makefile')
-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 45748cb84..cd45b4ccb 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 $@