wok diff openssl/receipt @ rev 7179

Added libnet.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 08 00:02:10 2010 +0000 (2010-11-08)
parents 2ea5d6f17cd8
children 787bbe00cf9d
line diff
     1.1 --- a/openssl/receipt	Fri Sep 10 21:40:48 2010 +0000
     1.2 +++ b/openssl/receipt	Mon Nov 08 00:02:10 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