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"
|
||||
|
||||
if [ "$XBPS_CROSS_BUILD" ]; then
|
||||
hostmakedepends="flex automake gettext-devel pkg-config"
|
||||
hostmakedepends="flex automake gettext-devel pkg-config libtool"
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue