comparison network/openssl/openssl.sh @ 48:c3705b1f0f32

vanilla: disable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 27 Feb 2019 17:04:29 +0100
parents a0391540d20b
children 21e18b280dea
comparison
equal deleted inserted replaced
47:9649c4c823da 48:c3705b1f0f32
46 shared linux-x86_64 46 shared linux-x86_64
47 CFLAGS="$CFLAGS" 47 CFLAGS="$CFLAGS"
48 make depend 48 make depend
49 make 49 make
50 make install DESTDIR=$DESTDIR 50 make install DESTDIR=$DESTDIR
51 rm -f $DESTDIR/usr/lib/lib{crypto,ssl}.a
51 52
52 popd 53 popd
53 rm -rf $PKGNAME-$PKGVERSION 54 rm -rf $PKGNAME-$PKGVERSION