fix: accept --defined with_openssl

This commit is contained in:
boypt
2025-12-26 15:19:50 +08:00
parent 3bbf1db8be
commit f193c78e39
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
# 0: build without openssl
# 1: use system openssl
# 2: build openssl statically
%global with_openssl 1
%{!?with_openssl: %global with_openssl 2}
# Force to build openssl statically for el5/6
%if %{with_openssl} == 1

View File

@@ -5,7 +5,7 @@
# 0: build without openssl
# 1: use system openssl
# 2: build openssl statically
%global with_openssl 1
%{!?with_openssl: %global with_openssl 2}
# Force to build openssl statically for el5/6
%if %{with_openssl} == 1

View File

@@ -5,7 +5,7 @@
# 0: build without openssl
# 1: use system openssl
# 2: build openssl statically
%global with_openssl 1
%{!?with_openssl: %global with_openssl 2}
%global ver %{?opensshver}
%global rel %{?opensshpkgrel}%{?dist}