why: this aligns with maintenance patch names, which are in changelogs copied over php72, php7, php5, php53; moreover, php$N prefix causes issues when package is renamed, e. g. php7 to php72 - deleted patches - php7-crypt-tests.patch (upstreamed) - php7-date-regenerate-lexers.patch (upstreamed) - php7-embed.patch (upstreamed) - php7-fix_net-snmp_disable_MD5.patch (upstreamed) - php7-ini.patch (upstreamed) - php7-no-build-date.patch (upstreamed) - php7-odbc-cmp-int-cast.patch (upstreamed) - php7-openssl.patch (upstreamed) - php7-php-config.patch (upstreamed) - php7-phpize.patch (upstreamed) - php7-pts.patch (upstreamed) - php7-systemd-unit.patch (upstreamed) - php7-systzdata-v17.patch (upstreamed) - added patches + php-crypt-tests.patch + php-date-regenerate-lexers.patch + php-embed.patch + php-fix_net-snmp_disable_MD5.patch + php-ini.patch + php-no-build-date.patch + php-odbc-cmp-int-cast.patch + php-openssl.patch + php-php-config.patch + php-phpize.patch + php-pts.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php7?expand=0&rev=177
14 lines
946 B
Diff
14 lines
946 B
Diff
Index: php-7.2.12/ext/standard/config.m4
|
|
===================================================================
|
|
--- php-7.2.12.orig/ext/standard/config.m4 2018-11-06 11:48:33.000000000 +0100
|
|
+++ php-7.2.12/ext/standard/config.m4 2018-11-09 16:35:10.505160977 +0100
|
|
@@ -242,7 +242,7 @@ int main() {
|
|
dnl
|
|
dnl If one of them is missing, use our own implementation, portable code is then possible
|
|
dnl
|
|
-if test "$ac_cv_crypt_blowfish" = "no" || test "$ac_cv_crypt_des" = "no" || test "$ac_cv_crypt_ext_des" = "no" || test "$ac_cv_crypt_md5" = "no" || test "$ac_cv_crypt_sha512" = "no" || test "$ac_cv_crypt_sha256" = "no" || test "x$php_crypt_r" = "x0"; then
|
|
+if test "$ac_cv_crypt_blowfish" = "no" || test "$ac_cv_crypt_des" = "no" || test "$ac_cv_crypt_md5" = "no" || test "$ac_cv_crypt_sha512" = "no" || test "$ac_cv_crypt_sha256" = "no" || test "x$ac_cv_lib_crypt_crypt_r" = "x0"; then
|
|
|
|
dnl
|
|
dnl Check for __alignof__ support in the compiler
|