comparison network/openssl/openssl.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 9f90de3d806f
children 2587807b5a8f
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
43 tar xvaf $PKGNAME-$PKGVERSION.tar.gz 43 tar xvaf $PKGNAME-$PKGVERSION.tar.gz
44 pushd $PKGNAME-$PKGVERSION 44 pushd $PKGNAME-$PKGVERSION
45 45
46 patch -p0 < ../ca-directory.patch 46 patch -p0 < ../ca-directory.patch
47 ./Configure \ 47 ./Configure \
48 --prefix=/ \ 48 --prefix= \
49 --openssldir=/etc/ssl \ 49 --openssldir=/etc/ssl \
50 --libdir=lib \ 50 --libdir=lib \
51 shared linux-x86_64 51 shared linux-x86_64
52 CC="$CC" CFLAGS="$CFLAGS" 52 CC="$CC" CFLAGS="$CFLAGS"
53 make depend 53 make depend