summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-02-28 11:14:41 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-02-28 11:14:41 +0000
commit5deb1274a382e760a71f47afaab2ac14e4d30392 (patch)
tree2407b1d1ea87f3ca089585af0162b5de6fd06cee
parent6aa1b72566a956b8c93f601b56fe47a0ad1b0fe3 (diff)
downloadlibcap2-5deb1274a382e760a71f47afaab2ac14e4d30392.tar.gz
Prevent libcap from changing capabilities during the build
Building with linux-user-chroot will fail on changing capabilities because it is not permitted. Reviewed-by: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
-rw-r--r--libcap2.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcap2.morph b/libcap2.morph
index 5a1f435..c409342 100644
--- a/libcap2.morph
+++ b/libcap2.morph
@@ -6,6 +6,6 @@
"make prefix=\"$PREFIX\""
],
"install-commands": [
- "make prefix=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
+ "make prefix=\"$PREFIX\" DESTDIR=\"$DESTDIR\" RAISE_SETFCAP=no install"
]
}