From 46c21464a7da09f784b32d7c2fb87054715fbd80 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 16 Feb 2019 13:13:55 -0500 Subject: Replace bogus CA path in openssl --- etc/pkgs/001-openssl.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/pkgs/001-openssl.sh b/etc/pkgs/001-openssl.sh index fe7aad8..596ae87 100755 --- a/etc/pkgs/001-openssl.sh +++ b/etc/pkgs/001-openssl.sh @@ -43,6 +43,10 @@ function build() export KERNEL_BITS=64 target="linux-x86_64" + sed -i -e "s@./demoCA@${TOOLCHAIN}/ssl@" \ + apps/openssl.cnf \ + apps/CA.pl.in + ./Configure \ --prefix="${prefix}" \ --openssldir="ssl" \ -- cgit