aboutsummaryrefslogtreecommitdiff
path: root/lang/php7
diff options
context:
space:
mode:
authorLucian Cristian <lucian.cristian@gmail.com>2017-12-01 01:26:18 +0200
committerLucian Cristian <lucian.cristian@gmail.com>2017-12-01 01:28:27 +0200
commitab82aa09973b2baade82b61d4b77dc987e74fc2d (patch)
tree3b9c5518f3f0a1d606f5eaac9945db771d8d5674 /lang/php7
parentcdf301dc36b045614d44f082eb78418cbcca18bd (diff)
php7: try fix imap build-bot build
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'lang/php7')
-rw-r--r--lang/php7/Makefile3
1 files changed, 2 insertions, 1 deletions
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