From: Florian Fainelli Date: Sat, 4 Mar 2006 10:32:29 +0000 (+0000) Subject: Disable X support, fixes compilation errors X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ec76aab01aac7c654ddeaf99533f9b7c876f19fc;p=librecmc%2Flibrecmc.git Disable X support, fixes compilation errors SVN-Revision: 3307 --- 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 $@