From 83d64d66a89bdeaf657e705b2eca660d19392a56 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Sun, 2 Apr 2006 17:21:12 +0000
Subject: [PATCH] Remove autodection of hesiod since it will be enabled by
 default if present on host system. Close #445

SVN-Revision: 3583
---
 openwrt/package/fetchmail/Makefile | 1 +
 1 file changed, 1 insertion(+)

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 $@
 
-- 
2.30.2