- add D(eterministic) flag to AR_FLAGS to (php-ar-flags.patch) - modified sources % _multibuild OBS-URL: https://build.opensuse.org/request/show/856890 OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php7?expand=0&rev=295
13 lines
603 B
Diff
13 lines
603 B
Diff
diff -purN php-7.4.13.orig/configure.ac php-7.4.13/configure.ac
|
|
--- php-7.4.13.orig/configure.ac 2020-11-24 11:03:33.000000000 +0100
|
|
+++ php-7.4.13/configure.ac 2020-12-12 13:48:59.554474721 +0100
|
|
@@ -1422,7 +1422,7 @@ PHP_CONFIGURE_PART(Configuring libtool)
|
|
|
|
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++
|