From: Jose V Beneyto Date: Thu, 18 Oct 2012 15:32:10 +0000 (+0000) Subject: openssl: fixed use of CFLAGS X-Git-Url: http://gitweb/?a=commitdiff_plain;h=2edd1d4ac075f56474738348b19be9bdbbc486ec;p=crossrootfs.git openssl: fixed use of CFLAGS --- diff --git a/openssl/Pkgfile b/openssl/Pkgfile index 39db011..7b1998f 100644 --- a/openssl/Pkgfile +++ b/openssl/Pkgfile @@ -13,6 +13,7 @@ source=(http://www.openssl.org/source/$name-$version.tar.gz \ build() { cd $name-$version ./Configure linux-generic32 --prefix=/usr --openssldir=/etc/ssl shared + sed -i Makefile -e "s|-O3 -fomit-frame-pointer|$CFLAGS|" make make INSTALL_PREFIX=$PKG LIBDIR=lib MANDIR=/usr/man MANSUFFIX=ssl install find $PKG -name "*fips*" -delete