summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickaël Thomas2017-05-10 19:55:13 +0200
committerMickaël Thomas2017-05-10 19:59:39 +0200
commitbe2e1c20f316c91191b03be7ea30d3e557ee2cbb (patch)
treee03755d4538131c5be0a89f934173eea99fb12ec
parent5fe8412b6240d16818dc04b23f7fb63f0f8ac708 (diff)
downloadaur-be2e1c20f316c91191b03be7ea30d3e557ee2cbb.tar.gz
Link imap module with openssl 1.1
This fixes a crash in imap when SSL is used
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f446ee1e389..c2065e59d26c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 10 13:56:14 UTC 2017
+# Wed May 10 17:59:22 UTC 2017
pkgbase = php56
pkgdesc = A general-purpose scripting language that is especially suited to web development
pkgver = 5.6.30
- pkgrel = 3
+ pkgrel = 4
url = http://php.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3fdb0ffc56f5..38c329ede5e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ pkgname=("${pkgbase}"
"${pkgbase}-tidy"
"${pkgbase}-xsl")
pkgver=5.6.30
-pkgrel=3
+pkgrel=4
pkgdesc="A general-purpose scripting language that is especially suited to web development"
arch=('i686' 'x86_64')
license=('PHP')
@@ -165,6 +165,7 @@ build() {
--with-readline \
--enable-pcntl \
${_phpextensions}
+ sed -i '/^IMAP_SHARED_LIBADD =/ s#-lssl -lcrypto#-Wl,/usr/lib/libssl.so -Wl,/usr/lib/libcrypto.so#' Makefile
make
# cgi and fcgi