From: florian Date: Sat, 4 Mar 2006 10:32:29 +0000 (+0000) Subject: Disable X support, fixes compilation errors X-Git-Tag: fast2504n-3.10.28-merged~23262 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=82f39ae45ebffbe22578615bfb7c0ffe21ca05eb;p=openwrt.git Disable X support, fixes compilation errors git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3307 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 $@