File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ if [[ $OPENSSL_VERSION == 1.0.* ]]; then
35
35
extra_conf_args=" no-krb5 shared"
36
36
fi
37
37
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
39
39
40
40
echo " ## building openssl"
41
41
if ! make -j 2>&1 | tail -100 ; then
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set -ex
15
15
echo " # Installing basic system dependencies"
16
16
yum install -y zlib-devel gcc-c++
17
17
18
- # Build OpenSSL (argument is DESTDIR, not PREFIX (/usr/lib ))
18
+ # Build OpenSSL (argument is DESTDIR, not PREFIX (/usr))
19
19
$( dirname $0 ) /build-openssl.sh /
20
20
21
21
# Build librdkafka (argument is PREFIX(/usr))
You can’t perform that action at this time.
0 commit comments