diff audio/libvorbis/libvorbis.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 034a2a62a9f8
children 0e6c54d47dfb
line wrap: on
line diff
--- a/audio/libvorbis/libvorbis.sh	Wed Aug 07 20:01:00 2019 +0200
+++ b/audio/libvorbis/libvorbis.sh	Wed Aug 07 20:05:00 2019 +0200
@@ -43,7 +43,6 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--disable-static \
 		--enable-shared \
 		--prefix=
 	make