[arch-commits] Commit in lib32-openssl/trunk (PKGBUILD)

Pierre Schmitz pierre at nymeria.archlinux.org
Fri Mar 14 21:55:02 UTC 2014


    Date: Friday, March 14, 2014 @ 22:55:02
  Author: pierre
Revision: 107228

upgpkg: lib32-openssl 1.0.1.f-2

Modified:
  lib32-openssl/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-14 19:05:30 UTC (rev 107227)
+++ PKGBUILD	2014-03-14 21:55:02 UTC (rev 107228)
@@ -7,7 +7,7 @@
 # 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 (32-bit)'
 arch=('x86_64')
 url='https://www.openssl.org'
@@ -48,7 +48,7 @@
 	./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
 		shared zlib \
 		linux-elf \
-		-Wa,--noexecstack "${CFLAGS}" "${LDFLAGS}"
+		"-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
 
 	make MAKEDEPPROG="${CC}" depend
 	make




More information about the arch-commits mailing list