From af3e24bee26eb0cbbab683c2f37a3f49bf1338ee Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 16 Sep 2020 01:04:44 +0300 Subject: meta: revert to using bearssl by default --- extra/libressl/build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 extra/libressl/build (limited to 'extra/libressl/build') diff --git a/extra/libressl/build b/extra/libressl/build new file mode 100755 index 00000000..86ade623 --- /dev/null +++ b/extra/libressl/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc + +make +make DESTDIR="$1" install + +install -Dm 755 update-certdata.sh "$1/etc/ssl" + +# Link ca-certificates to cert.pem +ln -sfv ../cert.pem "$1/etc/ssl/certs/ca-certificates.crt" -- cgit v1.2.3