Skip to content
Snippets Groups Projects
Commit 8333f502 authored by Steven Fackler's avatar Steven Fackler
Browse files

hack around 3.0.0 libdir change

parent aa8d31ec
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ jobs: ...@@ -203,7 +203,7 @@ jobs:
- uses: actions/cache@v2 - uses: actions/cache@v2
with: with:
path: /opt/openssl path: /opt/openssl
key: openssl-${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }} key: openssl-${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-2
if: matrix.library.version != 'vendored' if: matrix.library.version != 'vendored'
id: openssl-cache id: openssl-cache
- name: Build OpenSSL - name: Build OpenSSL
...@@ -241,7 +241,7 @@ jobs: ...@@ -241,7 +241,7 @@ jobs:
case "${{ matrix.library.name }}" in case "${{ matrix.library.name }}" in
"openssl") "openssl")
./Configure --prefix=$OPENSSL_DIR $OS_COMPILER -fPIC -g $OS_FLAGS no-shared ./Configure --prefix=$OPENSSL_DIR --libdir=lib $OS_COMPILER -fPIC -g $OS_FLAGS no-shared
;; ;;
"libressl") "libressl")
./configure --prefix=$OPENSSL_DIR --disable-shared --with-pic ./configure --prefix=$OPENSSL_DIR --disable-shared --with-pic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment