mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
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/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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue