From b95712377fc9c4b4f34972b41826988bb5986b8b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 3 Sep 2020 10:28:09 +0300 Subject: libressl: move back to core repository --- core/libressl/build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 core/libressl/build (limited to 'core/libressl/build') diff --git a/core/libressl/build b/core/libressl/build new file mode 100755 index 00000000..86ade623 --- /dev/null +++ b/core/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