We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb5e60 commit 8649cfbCopy full SHA for 8649cfb
2 files changed
build-scripts/compile-options
@@ -36,6 +36,8 @@ export PROJECT
36
# Otherwise, we build it.
37
if [ x"$SYSTEM_SSL" = x ]
38
then
39
+ # default to using cfengine openssl
40
+ SYSTEM_SSL=0
41
# We don't bundle OpenSSL on some redhat-derived systems due to incompatability with libpam and our openssl.
42
_OS_MAJOR_VERSION="$(echo "$OS_VERSION" | cut -d. -f1)"
43
if [ "$OS" = "rhel" ] && expr "$_OS_MAJOR_VERSION" ">=" "8" >/dev/null
deps-packaging/libcurl/cfbuild-libcurl.spec
@@ -18,7 +18,7 @@ AutoReqProv: no
18
mkdir -p %{_builddir}
19
%setup -q -n curl-%{curl_version}
20
21
-%if "%{defined _system_ssl}"
+%if "%{_system_ssl}" == "1"
22
%define ssl_prefix /usr
23
%else
24
%define ssl_prefix %{prefix}
0 commit comments