diff options
-rwxr-xr-x | etc/pkgs/001-openssl.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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" \ |