From: Florian Fainelli Date: Sun, 2 Apr 2006 17:21:12 +0000 (+0000) Subject: Remove autodection of hesiod since it will be enabled by default if present on host... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=83d64d66a89bdeaf657e705b2eca660d19392a56;p=librecmc%2Flibrecmc.git Remove autodection of hesiod since it will be enabled by default if present on host system. Close #445 SVN-Revision: 3583 --- diff --git a/openwrt/package/fetchmail/Makefile b/openwrt/package/fetchmail/Makefile index b1edd115de..049c6aecf6 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 $@