summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-04-02 17:21:12 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-04-02 17:21:12 +0000
commit83d64d66a89bdeaf657e705b2eca660d19392a56 (patch)
treea064aa3339dfb8af829848a80eb89c9e7bc55ac2 /openwrt
parentae6119e882297799a2449510233515c209d84c5f (diff)
downloadmtk-20170518-83d64d66a89bdeaf657e705b2eca660d19392a56.zip
mtk-20170518-83d64d66a89bdeaf657e705b2eca660d19392a56.tar.gz
mtk-20170518-83d64d66a89bdeaf657e705b2eca660d19392a56.tar.bz2
Remove autodection of hesiod since it will be enabled by default if present on host system. Close #445
SVN-Revision: 3583
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/fetchmail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/fetchmail/Makefile b/openwrt/package/fetchmail/Makefile
index b1edd11..049c6ae 100644
--- a/openwrt/package/fetchmail/Makefile
+++ b/openwrt/package/fetchmail/Makefile
@@ -49,6 +49,7 @@ $(PKG_BUILD_DIR)/.configured:
$(DISABLE_NLS) \
$(DISABLE_LARGEFILE) \
--enable-fallback=procmail \
+ --without-hesiod \
);
touch $@