shadow: needs libtool in cross builds.
This commit is contained in:
parent
421d00ad89
commit
90828066fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue