diff compression/zstd/zstd.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 25cecc6dca48
children e91fbcb3d1ef
line wrap: on
line diff
--- a/compression/zstd/zstd.sh	Wed Aug 07 20:01:00 2019 +0200
+++ b/compression/zstd/zstd.sh	Wed Aug 07 20:05:00 2019 +0200
@@ -31,10 +31,6 @@
 	tar xvf $PKGNAME-$PKGVERSION.tar.gz
 	cd $PKGNAME-$PKGVERSION
 
-	sed -i \
-		-e '/^lib:/ s/libzstd.a //' \
-		-e '/^install:/ s/install-static //' \
-		lib/Makefile
 	make CC="$CC" CFLAGS="$CFLAGS"
 	make PREFIX=/ LIBDIR=/lib DESTDIR=$DESTDIR install