summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlily wilson2016-03-05 22:43:53 -0500
committerlily wilson2016-03-05 23:30:41 -0500
commit3f3af2b3fa4fab20e7f2f77d2e3e6b433618b3ce (patch)
treef2fd825d9a43342ecaf51defe43c8b384976cfe1 /PKGBUILD
parent31147a177bef8fa5780e94f532ac1b77ec70d489 (diff)
downloadaur-3f3af2b3fa4fab20e7f2f77d2e3e6b433618b3ce.tar.gz
oops, that should be lib*32*, not lib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0034a468a97..ba7110fd3746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _ver=1.0.2g
# use a pacman compatible version scheme
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
#pkgver=$_ver
-pkgrel=2
+pkgrel=3
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security with ChaCha20 support (32-bit)'
arch=('x86_64')
url='https://www.openssl.org'
@@ -54,7 +54,7 @@ build() {
fi
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
- ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+ ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
shared zlib ${optflags} \
"${openssltarget}" \
"-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"