summaryrefslogtreecommitdiffstats
path: root/base/openssl/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-07-24 10:05:06 +0200
committertnut <thierryn1 at hispeed dot ch>2010-07-24 10:05:06 +0200
commitafc373d310feac919c4bb560e21f22267bca1319 (patch)
treed5ec4f7076c428b21beefdb086831867f9b033e6 /base/openssl/Pkgfile
parentaa68075e1e8e8c1e6f2029a3f40b2a47d7e6db9d (diff)
parent27df9c451d7113c5f07a7052a09736ff07d507de (diff)
downloadnutyx-extra-afc373d310feac919c4bb560e21f22267bca1319.tar.gz
nutyx-extra-afc373d310feac919c4bb560e21f22267bca1319.tar.bz2
nutyx-extra-afc373d310feac919c4bb560e21f22267bca1319.tar.xz
nutyx-extra-afc373d310feac919c4bb560e21f22267bca1319.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'base/openssl/Pkgfile')
-rwxr-xr-xbase/openssl/Pkgfile16
1 files changed, 8 insertions, 8 deletions
diff --git a/base/openssl/Pkgfile b/base/openssl/Pkgfile
index eb253a71d..56672cf3f 100755
--- a/base/openssl/Pkgfile
+++ b/base/openssl/Pkgfile
@@ -4,17 +4,17 @@
# Packager: thierryn1 at hispeed dot ch
name=openssl
-version=1.0.0
+version=1.0.0a
release=1
source=(http://www.openssl.org/source/$name-$version.tar.gz)
build() {
-cd $name-$version
-./config --prefix=/usr \
- --openssldir=/etc/ssl \
- shared
-make
-make INSTALL_PREFIX=$PKG MANDIR=/usr/share/man MANSUFFIX=ssl install
-cp -v -r certs $PKG/etc/ssl
+ cd $name-$version
+ ./config --prefix=/usr \
+ --openssldir=/etc/ssl \
+ shared enable-md2
+ make
+ make INSTALL_PREFIX=$PKG MANDIR=/usr/share/man MANSUFFIX=ssl install
+ cp -v -r certs $PKG/etc/ssl
}