cifs-utils: fix libcap-ng detection in cross builds.

This commit is contained in:
Juan RP 2013-10-09 14:15:40 +02:00
parent 6a4213c074
commit 64322864eb

View file

@ -22,7 +22,7 @@ long_desc="
systems."
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" automake libtool"
hostmakedepends+=" automake libtool libcap-ng-devel"
pre_configure() {
autoreconf -fi
}