comparison security/shadow/shadow.sh @ 431:515778c3a417

vanilla: core/gettext is only required for build
author David Demelier <markand@malikania.fr>
date Thu, 04 Apr 2019 21:00:00 +0200
parents d200ec45c513
children e26b9aeac296
comparison
equal deleted inserted replaced
430:042b6157c82f 431:515778c3a417
49 else 49 else
50 with_attr="--without-attr" 50 with_attr="--without-attr"
51 fi 51 fi
52 52
53 if [ "$NLS" = "yes" ]; then 53 if [ "$NLS" = "yes" ]; then
54 PKGDEPENDS="core/gettext $PKGDEPENDS" 54 PKGDEPENDS="core/gettext:build $PKGDEPENDS"
55 with_nls="--enable-nls" 55 with_nls="--enable-nls"
56 else 56 else
57 with_nls="--disable-nls" 57 with_nls="--disable-nls"
58 fi 58 fi
59 59