diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2017-12-01 01:26:18 +0200 |
---|---|---|
committer | Lucian Cristian <lucian.cristian@gmail.com> | 2017-12-01 01:28:27 +0200 |
commit | ab82aa09973b2baade82b61d4b77dc987e74fc2d (patch) | |
tree | 3b9c5518f3f0a1d606f5eaac9945db771d8d5674 /lang/php7 | |
parent | cdf301dc36b045614d44f082eb78418cbcca18bd (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/Makefile | 3 |
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 |