- updated to 8.1.2: This is a bug fix release. See https://www.php.net/ChangeLog-8.php#8.1.2 - updated to 8.1.1: This is a bug fix release. See https://www.php.net/ChangeLog-8.php#8.1.1 - update to 8.1.0: This release marks the latest major release of the PHP language. See https://www.php.net/ChangeLog-8.php#8.1.0 - cleanup php8.rpmlintrc - build ffi extension (experimental) - enable avif support for gd extension - rebased patches % php-ar-flags.patch % php-crypt-tests.patch % php-ini.patch % php-build-reproducible-phar.patch - deleted patches - php-systzdata-v20.patch - php8-gd-removed-unused-constants.patch - added patch + php-systzdata-v21.patch OBS-URL: https://build.opensuse.org/request/show/947866 OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=39
14 lines
635 B
Diff
14 lines
635 B
Diff
Index: php-8.0.0/configure.ac
|
|
===================================================================
|
|
--- php-8.0.0.orig/configure.ac 2020-11-24 18:04:03.000000000 +0100
|
|
+++ php-8.0.0/configure.ac 2021-01-07 10:13:22.698526815 +0100
|
|
@@ -1530,7 +1530,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++
|