[arch-commits] CVS update of arch/build/base/openssl (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Mon Apr 30 21:57:48 UTC 2007
Date: Monday, April 30, 2007 @ 17:57:48
Author: andyrtr
Path: /home/cvs-arch/arch/build/base/openssl
Modified: PKGBUILD (1.30 -> 1.31)
x86_64 fixed the corrupted -3 pkg; really fixed smp issues now
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Index: arch/build/base/openssl/PKGBUILD
diff -u arch/build/base/openssl/PKGBUILD:1.30 arch/build/base/openssl/PKGBUILD:1.31
--- arch/build/base/openssl/PKGBUILD:1.30 Sat Apr 21 07:15:57 2007
+++ arch/build/base/openssl/PKGBUILD Mon Apr 30 17:57:48 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.30 2007/04/21 11:15:57 tom Exp $
+# $Id: PKGBUILD,v 1.31 2007/04/30 21:57:48 andyrtr Exp $
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=openssl
pkgver=0.9.8e
-pkgrel=3
+pkgrel=3.1
pkgdesc="The Open Source toolkit for Secure Sockets Layer and Transport Layer Security"
arch=(i686 x86_64)
url="http://www.openssl.org"
@@ -11,10 +11,12 @@
md5sums=('3a7ff24f6ea5cd711984722ad654b927' '8877d92d1ba6b03796bae01582a52fa5')
build() {
+ export MAKEFLAGS="-j1"
+
cd $startdir/src/$pkgname-$pkgver
patch -Np0 -i ../key-length.patch || return 1
./config --prefix=/usr --openssldir=/etc/ssl shared
- make -j1 || return 1
+ make || return 1
make INSTALL_PREFIX=$startdir/pkg MANDIR=/usr/man install
cd $startdir/pkg/usr/man
More information about the arch-commits
mailing list