php7: try fix imap build-bot build
authorLucian Cristian <redacted>
Thu, 30 Nov 2017 23:26:18 +0000 (01:26 +0200)
committerLucian Cristian <redacted>
Thu, 30 Nov 2017 23:28:27 +0000 (01:28 +0200)
Signed-off-by: Lucian Cristian <redacted>
lang/php7/Makefile

index 9af3cbdf7a4633cf47024574056d133c783f2c8e..c0562e47b2d25ed2624b084f75309cbd81e95a95 100644 (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
git clone https://git.99rst.org/PROJECT