mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-rpms.git
synced 2026-09-20 08:03:38 +08:00
fix: accept --defined with_openssl
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user