|
|
@ -257,9 +257,9 @@ endif |
|
|
|
|
|
|
|
ifneq ($(SDK)$(CONFIG_PACKAGE_php7-mod-imap),) |
|
|
|
CONFIGURE_ARGS+= \
|
|
|
|
--with-imap=shared,"$(STAGING_DIR)/usr" \
|
|
|
|
--with-kerberos=no \
|
|
|
|
--with-imap-ssl="$(STAGING_DIR)/usr" |
|
|
|
--with-imap=shared,"$(STAGING_DIR)/usr" \
|
|
|
|
--with-kerberos=no \
|
|
|
|
--with-imap-ssl="$(STAGING_DIR)/usr" |
|
|
|
else |
|
|
|
CONFIGURE_ARGS+= --without-imap |
|
|
|
endif |
|
|
|