diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-30 00:18:14 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 01:04:51 +0200 |
commit | c997492ce9d4070c926df759df94f4bc566a1bbc (patch) | |
tree | 5430d00829e8608524e08fb710b69691706a9adc /community/php7/libressl.patch | |
parent | 12c3073e53487779b136d6db3e090d9d46a82dfc (diff) | |
download | aports-c997492ce9d4070c926df759df94f4bc566a1bbc.tar.bz2 aports-c997492ce9d4070c926df759df94f4bc566a1bbc.tar.xz |
community/php7: upgrade to 7.1.4
This patch is based on https://github.com/alpinelinux/aports/pull/1305,
but includes only changes relevant to the upgrade (I'll apply the rest
separately).
Diffstat (limited to 'community/php7/libressl.patch')
-rw-r--r-- | community/php7/libressl.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/php7/libressl.patch b/community/php7/libressl.patch deleted file mode 100644 index 79c15c7433..0000000000 --- a/community/php7/libressl.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/aclocal.m4 -+++ b/aclocal.m4 -@@ -2337,9 +2337,7 @@ - - dnl If pkg-config is found try using it - if test "$PHP_OPENSSL_DIR" = "yes" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists openssl; then -- if $PKG_CONFIG --atleast-version=1.1 openssl; then -- AC_MSG_ERROR([OpenSSL version >= 1.1 is not supported.]) -- elif $PKG_CONFIG --atleast-version=0.9.8 openssl; then -+ if $PKG_CONFIG --atleast-version=0.9.8 openssl; then - found_openssl=yes - OPENSSL_LIBS=`$PKG_CONFIG --libs openssl` - OPENSSL_INCS=`$PKG_CONFIG --cflags-only-I openssl` |