summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-02 17:21:12 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-02 17:21:12 +0000
commit30fc7957bc61033b8d3baec2b6270e6fa518b66d (patch)
tree5c45bfd37af2edd39214e21a92d16da214a7d8a8
parent4a29e0d7a3dca760c980a5f8ed2058b824a7948b (diff)
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
-rw-r--r--package/fetchmail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/fetchmail/Makefile b/package/fetchmail/Makefile
index b1edd115d..049c6aecf 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 $@