comparison security/shadow/shadow.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 a73b34fe66ec
children a133976e0783
comparison
equal deleted inserted replaced
830:c080ec1c5226 831:ae55d9077f70
65 else 65 else
66 with_attr="--without-attr" 66 with_attr="--without-attr"
67 fi 67 fi
68 68
69 if [ "$NLS" = "yes" ]; then 69 if [ "$NLS" = "yes" ]; then
70 PKGDEPENDS="core/gettext:build $PKGDEPENDS" 70 PKGDEPENDS="core/gettext $PKGDEPENDS"
71 with_nls="--enable-nls" 71 with_nls="--enable-nls"
72 else 72 else
73 with_nls="--disable-nls" 73 with_nls="--disable-nls"
74 fi 74 fi
75 75