summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-02-16 13:13:55 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-02-16 13:13:55 -0500
commit46c21464a7da09f784b32d7c2fb87054715fbd80 (patch)
treef2fc65d0d32f188d3cc7a60e36feec129818f2a4 /etc
parentaef4801ac3de2a87a32123effa49223082e18aac (diff)
downloaddocker-python-46c21464a7da09f784b32d7c2fb87054715fbd80.tar.gz
Replace bogus CA path in openssl
Diffstat (limited to 'etc')
-rwxr-xr-xetc/pkgs/001-openssl.sh4
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" \