diff core/gettext/gettext.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents f231cc801094
children 0e6c54d47dfb
line wrap: on
line diff
--- a/core/gettext/gettext.sh	Wed Aug 07 20:01:00 2019 +0200
+++ b/core/gettext/gettext.sh	Wed Aug 07 20:05:00 2019 +0200
@@ -44,8 +44,7 @@
 	./configure \
 		--with-included-gettext \
 		--prefix= \
-		--enable-shared \
-		--disable-static
+		--enable-shared
 	make
 	make install DESTDIR=$DESTDIR
 	for i in gettextpo gettextsrc gettextlib intl asprintf; do