comparison core/coreutils/coreutils.sh @ 831:ae55d9077f70

vanilla: add runtime depend on core/gettext
author David Demelier <markand@malikania.fr>
date Fri, 23 Aug 2019 08:24:47 +0200
parents 2929b2af4c15
children a133976e0783
comparison
equal deleted inserted replaced
830:c080ec1c5226 831:ae55d9077f70
38 with_gmp="--with-gmp" 38 with_gmp="--with-gmp"
39 else 39 else
40 with_gmp="--without-gmp" 40 with_gmp="--without-gmp"
41 fi 41 fi
42 if [ "$NLS" = "yes" ]; then 42 if [ "$NLS" = "yes" ]; then
43 PKGDEPENDS="core/gettext:build $PKGDEPENDS" 43 PKGDEPENDS="core/gettext $PKGDEPENDS"
44 with_nls="--enable-nls" 44 with_nls="--enable-nls"
45 else 45 else
46 with_nls="--disable-nls" 46 with_nls="--disable-nls"
47 fi 47 fi
48 if [ "$SSL" = "yes" ]; then 48 if [ "$SSL" = "yes" ]; then