summaryrefslogtreecommitdiffstats
path: root/rules/host-fakeroot.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-06-11 15:02:15 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-06-11 15:03:25 +0200
commit0f43c449de4a6b769d5b49720c48bc57716c1b8b (patch)
treee8c3916531d517caccea42a9e2116817bafe09c8 /rules/host-fakeroot.in
parenteeb8ec75531bbe5afb0c7cdf6d0a8a64c5de029c (diff)
downloadptxdist-0f43c449de4a6b769d5b49720c48bc57716c1b8b.tar.gz
ptxdist-0f43c449de4a6b769d5b49720c48bc57716c1b8b.tar.xz
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 <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-fakeroot.in')
-rw-r--r--rules/host-fakeroot.in1
1 files changed, 1 insertions, 0 deletions
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.