2024-06-21 10:21:00 +02:00
|
|
|
Index: php-8.3.8/configure.ac
|
2024-05-03 19:19:52 +02:00
|
|
|
===================================================================
|
2024-06-21 10:21:00 +02:00
|
|
|
--- php-8.3.8.orig/configure.ac
|
|
|
|
+++ php-8.3.8/configure.ac
|
|
|
|
@@ -1660,7 +1660,7 @@ PHP_CONFIGURE_PART(Configuring libtool)
|
2024-05-03 19:19:52 +02:00
|
|
|
|
|
|
|
dnl Silence warning: `ar: 'u' modifier ignored since 'D' is the default`
|
|
|
|
dnl See https://github.com/php/php-src/pull/3017
|
|
|
|
-AC_SUBST(AR_FLAGS, [cr])
|
|
|
|
+AC_SUBST(AR_FLAGS, [Dcr])
|
|
|
|
|
|
|
|
dnl Only allow AC_PROG_CXX and AC_PROG_CXXCPP if they are explicitly called (by
|
|
|
|
dnl PHP_REQUIRE_CXX). Otherwise AC_PROG_LIBTOOL fails if there is no working C++
|