mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +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"
|
LDFLAGS="-pie"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="automake gettext-devel"
|
hostmakedepends="automake libtool gettext-devel"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue