comparison security/linux-pam/linux-pam.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 0e6c54d47dfb
children a133976e0783
comparison
equal deleted inserted replaced
830:c080ec1c5226 831:ae55d9077f70
44 : ${LIBS:=} 44 : ${LIBS:=}
45 : ${NLS:=yes} 45 : ${NLS:=yes}
46 : ${SELINUX:=no} 46 : ${SELINUX:=no}
47 47
48 if [ "$NLS" = "yes" ]; then 48 if [ "$NLS" = "yes" ]; then
49 PKGDEPENDS="core/gettext:build $PKGDEPENDS" 49 PKGDEPENDS="core/gettext $PKGDEPENDS"
50 with_nls="--enable-nls" 50 with_nls="--enable-nls"
51 else 51 else
52 with_nls="--disable-nls" 52 with_nls="--disable-nls"
53 fi 53 fi
54 54