From 27f985fa06a09fd671b1970c2b6bdc5e1d285073 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 15 Jan 2020 20:46:22 +0300 Subject: p11-kit: add package to extra --- extra/p11-kit/build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 extra/p11-kit/build (limited to 'extra/p11-kit/build') diff --git a/extra/p11-kit/build b/extra/p11-kit/build new file mode 100755 index 00000000..2d01af26 --- /dev/null +++ b/extra/p11-kit/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --with-trust-paths=/etc/pki/anchors + +make +make DESTDIR="$1" install -- cgit v1.2.3