util-linux: fix cross build.
This commit is contained in:
parent
6e54adb78c
commit
8e6e5b559a
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ conf_files="
|
||||||
/etc/pam.d/su-l
|
/etc/pam.d/su-l
|
||||||
/etc/pam.d/login"
|
/etc/pam.d/login"
|
||||||
|
|
||||||
if [ "$XBPS_CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="automake gettext-devel pkg-config"
|
hostmakedepends+=" libtool automake gettext-devel"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue