From e171b78ddef869d11dcd6a9a6f32a1754f2b2849 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Sat, 29 Mar 2014 16:14:44 +0000 Subject: [PATCH] core/openssl to 1.0.1.f-2 --- core/openssl/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/openssl/PKGBUILD b/core/openssl/PKGBUILD index 495c3337d..19de6ca52 100644 --- a/core/openssl/PKGBUILD +++ b/core/openssl/PKGBUILD @@ -9,12 +9,12 @@ _ver=1.0.1f # use a pacman compatible version scheme pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} #pkgver=$_ver -pkgrel=1 +pkgrel=2 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security' arch=('i686' 'x86_64') url='https://www.openssl.org' license=('custom:BSD') -depends=('perl') +depends=('zlib' 'perl') optdepends=('ca-certificates') options=('!makeflags') backup=('etc/ssl/openssl.cnf') @@ -53,7 +53,7 @@ build() { ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \ shared zlib \ "${openssltarget}" \ - -Wa,--noexecstack "${CFLAGS}" + "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}" make depend make