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.archive.openwrt.org/?a=commitdiff_plain;h=05edd0a6a78a36773bb1d2a8a62a0e0a8bd7bd79;p=15.05%2Fopenwrt.git 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@3583 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 $@