From ab82aa09973b2baade82b61d4b77dc987e74fc2d Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Fri, 1 Dec 2017 01:26:18 +0200 Subject: [PATCH] php7: try fix imap build-bot build Signed-off-by: Lucian Cristian --- lang/php7/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 9af3cbdf7a..c0562e47b2 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