summaryrefslogtreecommitdiff
path: root/repo/core
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core')
-rw-r--r--repo/core/libcap-ng.xibuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/repo/core/libcap-ng.xibuild b/repo/core/libcap-ng.xibuild
index c677415..eaad150 100644
--- a/repo/core/libcap-ng.xibuild
+++ b/repo/core/libcap-ng.xibuild
@@ -7,6 +7,8 @@ SOURCE=https://github.com/stevegrubb/libcap-ng/archive/refs/tags/v0.8.2.tar.gz
DESC="A library for linux that makes posix capabilities easy"
build () {
+ ./autogen.sh
+ ./configure --prefix=/usr
make prefix=/usr lib=lib
}