comparison security/linux-pam/linux-pam.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 30c785bd1da0
children adaa1ae0fe9d
comparison
equal deleted inserted replaced
430:042b6157c82f 431:515778c3a417
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 $PKGDEPENDS" 49 PKGDEPENDS="core/gettext:build $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