mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
pam: fix cross build: needs libtool.
This commit is contained in:
parent
73925bebcb
commit
7d1c92d307
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ conf_files="
|
||||||
/etc/security/time.conf"
|
/etc/security/time.conf"
|
||||||
|
|
||||||
if [ "$XBPS_CROSS_BUILD" ]; then
|
if [ "$XBPS_CROSS_BUILD" ]; then
|
||||||
hostmakedepends="flex automake gettext-devel pkg-config"
|
hostmakedepends="flex automake gettext-devel pkg-config libtool"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue