From eacdff345093a106f60aeb2a25875083a8a0c6d1 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 30 Jan 2022 22:41:43 +0000 Subject: added missing deps --- repo/system/libp11-kit.xibuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'repo') 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 -- cgit v1.2.1