From: Florian Fainelli Date: Sat, 4 Mar 2006 10:32:29 +0000 (+0000) Subject: Disable X support, fixes compilation errors X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b81d1efd7082f91831ed6041685a0e0f51c27ead;p=15.05%2Fopenwrt.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 $@