summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent5fe8412b6240d16818dc04b23f7fb63f0f8ac708 (diff)
downloadaur-be2e1c20f316c91191b03be7ea30d3e557ee2cbb.tar.gz
Link imap module with openssl 1.1
This fixes a crash in imap when SSL is used
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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