Merge pull request #5201 from lucize/php7imap

php7: try fix imap build-bot build
This commit is contained in:
Michael Heimpold 2017-12-01 18:25:12 +01:00 committed by GitHub
commit e23e83a3ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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