wok diff openssl/receipt @ rev 6977
Fixed linux-source again (i hope).
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 28 05:47:06 2010 +0000 (2010-10-28) |
parents | 2ea5d6f17cd8 |
children | 787bbe00cf9d |
line diff
1.1 --- a/openssl/receipt Fri Sep 10 21:40:48 2010 +0000 1.2 +++ b/openssl/receipt Thu Oct 28 05:47:06 2010 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="http://www.openssl.org/" 1.5 WGET_URL="http://www.openssl.org/source/$TARBALL" 1.6 DEPENDS="libcrypto libssl" 1.7 -BUILD_DEPENDS="perl" 1.8 +BUILD_DEPENDS="perl zlib-dev" 1.9 TAGS="ssl security" 1.10 1.11 # Rules to configure and make the package. 1.12 @@ -21,7 +21,7 @@ 1.13 # see http://marc.info/?l=openssl-dev&m=128118163216952&w=2 1.14 # and http://marc.info/?l=openssl-dev&m=128128256314328&w=2 1.15 patch -p0 -i ../stuff/fix-double-free.patch 1.16 - ./config --prefix=/usr --openssldir=/etc/ssl shared 1.17 + ./config --prefix=/usr --openssldir=/etc/ssl shared zlib enable-md2 1.18 sed -i 's/\(basename .*\)`/\1 || true `/' Makefile 1.19 make && 1.20 make INSTALL_PREFIX=$PWD/_pkg MANDIR=$PWD/_pkg/usr/share/man install