From 0f43c449de4a6b769d5b49720c48bc57716c1b8b Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Thu, 11 Jun 2015 15:02:15 +0200 Subject: fakeroot: fix compilation, add missing libcap dependency Since commit cfb6bdabb870 fakeroot: version bump to 1.20.2 fakeroot needs libcap to compile. Signed-off-by: Marc Kleine-Budde --- rules/host-fakeroot.in | 1 + 1 file changed, 1 insertion(+) (limited to 'rules/host-fakeroot.in') diff --git a/rules/host-fakeroot.in b/rules/host-fakeroot.in index 3d72fa1d1..d25e6d587 100644 --- a/rules/host-fakeroot.in +++ b/rules/host-fakeroot.in @@ -4,6 +4,7 @@ config HOST_FAKEROOT tristate default y select HOST_ACL + select HOST_LIBCAP help fakeroot lets you create archives with "real" owners and permissions, without being root. -- cgit v1.2.3