git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
cdf301d
)
php7: try fix imap build-bot build
author
Lucian Cristian
<redacted>
Thu, 30 Nov 2017 23:26:18 +0000
(
01:26
+0200)
committer
Lucian Cristian
<redacted>
Thu, 30 Nov 2017 23:28:27 +0000
(
01:28
+0200)
Signed-off-by: Lucian Cristian <redacted>
lang/php7/Makefile
patch
|
blob
|
history
diff --git
a/lang/php7/Makefile
b/lang/php7/Makefile
index 9af3cbdf7a4633cf47024574056d133c783f2c8e..c0562e47b2d25ed2624b084f75309cbd81e95a95 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT