diff options
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 $@ |