From 64322864ebc8a62c9449505ca160e989c7df39b6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 9 Oct 2013 14:15:40 +0200 Subject: [PATCH] cifs-utils: fix libcap-ng detection in cross builds. --- srcpkgs/cifs-utils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cifs-utils/template b/srcpkgs/cifs-utils/template index 27453d8a349..47163f3a2c4 100644 --- a/srcpkgs/cifs-utils/template +++ b/srcpkgs/cifs-utils/template @@ -22,7 +22,7 @@ long_desc=" systems." if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" automake libtool" + hostmakedepends+=" automake libtool libcap-ng-devel" pre_configure() { autoreconf -fi }