mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
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…
Add table
Reference in a new issue