diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-03-04 10:32:29 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-03-04 10:32:29 +0000 |
commit | 0cbde64145859abc41b163b03ad1540bc241767d (patch) | |
tree | b4aad24266d6d9dc4ee5eb1a4a60913cf07ba649 /package | |
parent | 7f633851534b270eef97cf92730b4914671aae20 (diff) | |
download | upstream-0cbde64145859abc41b163b03ad1540bc241767d.tar.gz upstream-0cbde64145859abc41b163b03ad1540bc241767d.tar.bz2 upstream-0cbde64145859abc41b163b03ad1540bc241767d.zip |
Disable X support, fixes compilation errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3307 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/gpsd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gpsd/Makefile b/package/gpsd/Makefile index 45748cb844..cd45b4ccb0 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 $@ |