shadow: needs libtool in cross builds.

This commit is contained in:
Juan RP 2013-10-28 15:37:48 +01:00
parent 421d00ad89
commit 90828066fd

View file

@ -19,7 +19,7 @@ CFLAGS="-fPIE"
LDFLAGS="-pie"
if [ "$CROSS_BUILD" ]; then
hostmakedepends="automake gettext-devel"
hostmakedepends="automake libtool gettext-devel"
pre_configure() {
autoreconf -fi
}