diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-02 17:21:12 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-02 17:21:12 +0000 |
commit | 8da2947e892fe3a62896293f1603a584519b421c (patch) | |
tree | 6a40d74e9d7d315c2e94339093bfe27a41418c07 /openwrt/package/fetchmail | |
parent | 5dc0a868113411829a2d0c8d4ca282de37dd0142 (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@3583 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/fetchmail')
-rw-r--r-- | openwrt/package/fetchmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 $@ |