CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
kbd: updated to 2.0.1
[crossrootfs.git] / openssl / Pkgfile
index 5bc85a82dce7e230939a8f37c77281c72e994a84..29beda8281208e59639eb3a8f22889c7547f440e 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on:
 
 name=openssl
-version=1.0.0d
+version=1.0.1h
 release=1
 source=(http://www.openssl.org/source/$name-$version.tar.gz \
         mksslcert.sh)
@@ -13,7 +13,8 @@ source=(http://www.openssl.org/source/$name-$version.tar.gz \
 build() {
   cd $name-$version
   ./Configure linux-generic32 --prefix=/usr --openssldir=/etc/ssl shared
-  make
+  sed -i Makefile -e "s|-O3 -fomit-frame-pointer|$CFLAGS|"
+  make -j1
   make INSTALL_PREFIX=$PKG LIBDIR=lib MANDIR=/usr/man MANSUFFIX=ssl install
   find $PKG -name "*fips*" -delete
   chmod -R +w $PKG