Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/php: fix zip support
@ 2020-04-18  9:03 Louis Aussedat
  2020-04-18  9:03 ` [Buildroot] [PATCH 2/2] package/php: fix gd dependencies Louis Aussedat
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Louis Aussedat @ 2020-04-18  9:03 UTC (permalink / raw)
  To: buildroot

since php7.4, --enable-zip becomes --with-zip due to
migration to pkg-config.

Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com>
---
 package/php/php.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/php/php.mk b/package/php/php.mk
index 91f82dbf31..8282bb1cc7 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -113,7 +113,7 @@ PHP_CONF_OPTS += \
 	$(if $(BR2_PACKAGE_PHP_EXT_SYSVMSG),--enable-sysvmsg) \
 	$(if $(BR2_PACKAGE_PHP_EXT_SYSVSEM),--enable-sysvsem) \
 	$(if $(BR2_PACKAGE_PHP_EXT_SYSVSHM),--enable-sysvshm) \
-	$(if $(BR2_PACKAGE_PHP_EXT_ZIP),--enable-zip) \
+	$(if $(BR2_PACKAGE_PHP_EXT_ZIP),--with-zip) \
 	$(if $(BR2_PACKAGE_PHP_EXT_CTYPE),--enable-ctype) \
 	$(if $(BR2_PACKAGE_PHP_EXT_FILTER),--enable-filter) \
 	$(if $(BR2_PACKAGE_PHP_EXT_CALENDAR),--enable-calendar) \
-- 
2.26.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-06  5:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-18  9:03 [Buildroot] [PATCH 1/2] package/php: fix zip support Louis Aussedat
2020-04-18  9:03 ` [Buildroot] [PATCH 2/2] package/php: fix gd dependencies Louis Aussedat
2020-04-18 13:26   ` Thomas Petazzoni
2020-05-06  5:28   ` Peter Korsgaard
2020-04-18 13:25 ` [Buildroot] [PATCH 1/2] package/php: fix zip support Thomas Petazzoni
2020-05-06  5:28 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox