cifs-utils: fix libcap-ng detection in cross builds.
This commit is contained in:
parent
6a4213c074
commit
64322864eb
|
@ -22,7 +22,7 @@ long_desc="
|
|||
systems."
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" automake libtool"
|
||||
hostmakedepends+=" automake libtool libcap-ng-devel"
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue