Browse Source

php7: try fix imap build-bot build

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
lilik-openwrt-22.03
Lucian Cristian 7 years ago
parent
commit
ab82aa0997
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lang/php7/Makefile

+ 2
- 1
lang/php7/Makefile 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


Loading…
Cancel
Save