summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-30 22:41:43 +0000
committerdavidovski <david@davidovski.xyz>2022-01-30 22:41:43 +0000
commiteacdff345093a106f60aeb2a25875083a8a0c6d1 (patch)
treea55bafd80548b5fc7a064ab92843f395eead42f2 /repo
parente3161198781aab401d197a4c1a57ecd6b1510dbd (diff)
added missing deps
Diffstat (limited to 'repo')
-rw-r--r--repo/system/libp11-kit.xibuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/system/libp11-kit.xibuild b/repo/system/libp11-kit.xibuild
index 0f8bb3c..b2787f1 100644
--- a/repo/system/libp11-kit.xibuild
+++ b/repo/system/libp11-kit.xibuild
@@ -3,7 +3,7 @@
MAKEDEPS=(make )
DEPS=(glibc libtasn1 libffi)
-SOURCE=https://github.com/p11-glue/p11-kit
+SOURCE=https://github.com/p11-glue/p11-kit/releases/download/0.24.1/p11-kit-0.24.1.tar.xz
DESC="Loads and enumerates PKCS#11 modules"
prepare () {
@@ -18,7 +18,6 @@ EOF
}
build () {
- ./autogen.sh
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-trust-paths=/etc/pki/anchors