core/openssl to 1.0.1.f-2

This commit is contained in:
Kevin Mihelich 2014-03-29 16:14:44 +00:00
parent 0550e4d831
commit e171b78dde

View file

@ -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