mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
cifs-utils: fix libcap-ng detection in cross builds.
This commit is contained in:
parent
6a4213c074
commit
64322864eb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ long_desc="
|
||||||
systems."
|
systems."
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" automake libtool"
|
hostmakedepends+=" automake libtool libcap-ng-devel"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue