From: Lucian Cristian Date: Thu, 30 Nov 2017 23:26:18 +0000 (+0200) Subject: php7: try fix imap build-bot build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ab82aa09973b2baade82b61d4b77dc987e74fc2d;p=openwrt-packages.git php7: try fix imap build-bot build Signed-off-by: Lucian Cristian --- diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 9af3cbdf7..c0562e47b 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -256,7 +256,8 @@ endif ifneq ($(SDK)$(CONFIG_PACKAGE_php7-mod-imap),) CONFIGURE_ARGS+= \ --with-imap=shared,"$(STAGING_DIR)/usr" \ - --with-imap-ssl + --with-imap-kerberos=no \ + --with-imap-ssl="$(STAGING_DIR)/usr" else CONFIGURE_ARGS+= --without-imap endif