util-linux: fix cross build.

This commit is contained in:
Juan RP 2013-04-09 00:10:09 +02:00
parent 6e54adb78c
commit 8e6e5b559a

View file

@ -29,8 +29,8 @@ conf_files="
/etc/pam.d/su-l
/etc/pam.d/login"
if [ "$XBPS_CROSS_BUILD" ]; then
hostmakedepends="automake gettext-devel pkg-config"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake gettext-devel"
pre_configure() {
./autogen.sh
}