diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-02 04:21:22 -0500 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2020-06-15 02:46:20 +0300 |
commit | b315e28b96f16c2a8973a55a736e1e35482203dd (patch) | |
tree | fba078473d12220cecc531800b04e4a12cce9d2f /community/php7/allow-build-recode-and-imap-together.patch | |
parent | 8231e3d86e62fbbf4b8b7bf5235e5f43d19c2e4a (diff) | |
download | aports-b315e28b96f16c2a8973a55a736e1e35482203dd.tar.gz aports-b315e28b96f16c2a8973a55a736e1e35482203dd.tar.bz2 aports-b315e28b96f16c2a8973a55a736e1e35482203dd.tar.xz |
community/php7: upgrade to 7.4.7
Diffstat (limited to 'community/php7/allow-build-recode-and-imap-together.patch')
-rw-r--r-- | community/php7/allow-build-recode-and-imap-together.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/community/php7/allow-build-recode-and-imap-together.patch b/community/php7/allow-build-recode-and-imap-together.patch deleted file mode 100644 index 6c79786bc9..0000000000 --- a/community/php7/allow-build-recode-and-imap-together.patch +++ /dev/null @@ -1,20 +0,0 @@ -Extensions recode and imap can't be loaded together, but they can be build -together, and that's what we want. - -Source: https://src.fedoraproject.org/cgit/rpms/php.git/tree/php-5.3.0-recode.patch?h=f26 ---- a/ext/recode/config9.m4 -+++ b/ext/recode/config9.m4 -@@ -2,13 +2,6 @@ dnl - - dnl Check for extensions with which Recode can not work - if test "$PHP_RECODE" != "no"; then -- test "$PHP_IMAP" != "no" && recode_conflict="$recode_conflict imap" -- -- if test -n "$MYSQL_LIBNAME"; then -- PHP_CHECK_LIBRARY($MYSQL_LIBNAME, hash_insert, [ -- recode_conflict="$recode_conflict mysql" -- ]) -- fi - - if test -n "$recode_conflict"; then - AC_MSG_ERROR([recode extension can not be configured together with:$recode_conflict]) |