pam: fix cross build: needs libtool.
This commit is contained in:
parent
73925bebcb
commit
7d1c92d307
|
@ -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…
Reference in New Issue