From 4e7c006ef2c64714c7acf7b2336a699fac3e9e27 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Wed, 2 Dec 2020 22:19:39 +0100 Subject: [PATCH] php7: fix some whitespace nitpicks Align some lines with the rest, no functional change. Signed-off-by: Michael Heimpold --- lang/php7/Makefile | 6 +++--- lang/php7/pecl.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 762ae268b..d9a4fdc4c 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -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 diff --git a/lang/php7/pecl.mk b/lang/php7/pecl.mk index caafc66c3..6bb19a690 100644 --- a/lang/php7/pecl.mk +++ b/lang/php7/pecl.mk @@ -17,7 +17,7 @@ define Build/Prepare endef 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+= \ --with-php-config=$(STAGING_DIR)/usr/bin/php7-config