summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-15 11:46:54 +0000
committerdavidovski <david@davidovski.xyz>2022-01-15 11:46:54 +0000
commit6295023628c515bb6ff139cb0fbfd83efb2a4e1d (patch)
tree01b195ee0270012b8f9573554f9e12809d0cc923 /repo
parentc67556db1e7fb069d3e22fcd1972af6b34a89153 (diff)
added autogen to libcap-ng
Diffstat (limited to 'repo')
-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
}