cifs-utils: fix libcap-ng detection in cross builds.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user