comparison core/tar/tar.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 b0fd9c97761e
children a133976e0783
comparison
equal deleted inserted replaced
830:c080ec1c5226 831:ae55d9077f70
38 with_acl="--with-acl" 38 with_acl="--with-acl"
39 else 39 else
40 with_acl="--without-acl" 40 with_acl="--without-acl"
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 48