From 90828066fdfb77273266ceec57035109ab49035d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 28 Oct 2013 15:37:48 +0100 Subject: [PATCH] shadow: needs libtool in cross builds. --- srcpkgs/shadow/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/shadow/template b/srcpkgs/shadow/template index 26cbb0322e0..fcd5c7b5a1e 100644 --- a/srcpkgs/shadow/template +++ b/srcpkgs/shadow/template @@ -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 }