Skip to content

Commit fdff7e0

Browse files
committed
openssl build: use /usr for prefix
1 parent e485cd3 commit fdff7e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/build-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [[ $OPENSSL_VERSION == 1.0.* ]]; then
3535
extra_conf_args="no-krb5 shared"
3636
fi
3737

38-
./config --prefix=/usr/lib --openssldir=/usr/lib/ssl zlib shared $extra_conf_args
38+
./config --prefix=/usr --openssldir=/usr/lib/ssl zlib shared $extra_conf_args
3939

4040
echo "## building openssl"
4141
if ! make -j 2>&1 | tail -100 ; then

tools/prepare-cibuildwheel-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -ex
1515
echo "# Installing basic system dependencies"
1616
yum install -y zlib-devel gcc-c++
1717

18-
# Build OpenSSL (argument is DESTDIR, not PREFIX (/usr/lib))
18+
# Build OpenSSL (argument is DESTDIR, not PREFIX (/usr))
1919
$(dirname $0)/build-openssl.sh /
2020

2121
# Build librdkafka (argument is PREFIX(/usr))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy