diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-04-02 17:21:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-04-02 17:21:12 +0000 |
commit | 54cdb5cdec0fbc1d6318b1897a6001b06e818be1 (patch) | |
tree | 5c45bfd37af2edd39214e21a92d16da214a7d8a8 /package | |
parent | 1d53f615128fca6bca190d9afdb7ac547c4be1af (diff) | |
download | upstream-54cdb5cdec0fbc1d6318b1897a6001b06e818be1.tar.gz upstream-54cdb5cdec0fbc1d6318b1897a6001b06e818be1.tar.bz2 upstream-54cdb5cdec0fbc1d6318b1897a6001b06e818be1.zip |
Remove autodection of hesiod since it will be enabled by default if present on host system. Close #445
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3583 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/fetchmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/fetchmail/Makefile b/package/fetchmail/Makefile index b1edd115de..049c6aecf6 100644 --- a/package/fetchmail/Makefile +++ b/package/fetchmail/Makefile @@ -49,6 +49,7 @@ $(PKG_BUILD_DIR)/.configured: $(DISABLE_NLS) \ $(DISABLE_LARGEFILE) \ --enable-fallback=procmail \ + --without-hesiod \ ); touch $@ |