diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-16 13:13:55 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-16 13:13:55 -0500 |
commit | 46c21464a7da09f784b32d7c2fb87054715fbd80 (patch) | |
tree | f2fc65d0d32f188d3cc7a60e36feec129818f2a4 /etc/pkgs | |
parent | aef4801ac3de2a87a32123effa49223082e18aac (diff) | |
download | docker-python-46c21464a7da09f784b32d7c2fb87054715fbd80.tar.gz |
Replace bogus CA path in openssl
Diffstat (limited to 'etc/pkgs')
-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" \ |