mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
php7: fix some whitespace nitpicks
Align some lines with the rest, no functional change. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
+3
-3
@@ -257,9 +257,9 @@ endif
|
|||||||
|
|
||||||
ifneq ($(SDK)$(CONFIG_PACKAGE_php7-mod-imap),)
|
ifneq ($(SDK)$(CONFIG_PACKAGE_php7-mod-imap),)
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--with-imap=shared,"$(STAGING_DIR)/usr" \
|
--with-imap=shared,"$(STAGING_DIR)/usr" \
|
||||||
--with-kerberos=no \
|
--with-kerberos=no \
|
||||||
--with-imap-ssl="$(STAGING_DIR)/usr"
|
--with-imap-ssl="$(STAGING_DIR)/usr"
|
||||||
else
|
else
|
||||||
CONFIGURE_ARGS+= --without-imap
|
CONFIGURE_ARGS+= --without-imap
|
||||||
endif
|
endif
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ define Build/Prepare
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
ac_cv_c_bigendian_php=$(if $(CONFIG_BIG_ENDIAN),yes,no)
|
ac_cv_c_bigendian_php=$(if $(CONFIG_BIG_ENDIAN),yes,no)
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--with-php-config=$(STAGING_DIR)/usr/bin/php7-config
|
--with-php-config=$(STAGING_DIR)/usr/bin/php7-config
|
||||||
|
|||||||
Reference in New Issue
Block a user