mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
unbreak
This commit is contained in:
parent
53baddb775
commit
04d062850a
@ -43,11 +43,6 @@
|
|||||||
%define noip6 1
|
%define noip6 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Turn off some stuff for resuce builds
|
|
||||||
%if %{rescue}
|
|
||||||
%define kerberos5 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Options for static OpenSSL link:
|
# Options for static OpenSSL link:
|
||||||
# rpm -ba|--rebuild --define "static_openssl 1"
|
# rpm -ba|--rebuild --define "static_openssl 1"
|
||||||
%{?static_openssl:%define static_libcrypto 1}
|
%{?static_openssl:%define static_libcrypto 1}
|
||||||
@ -64,6 +59,11 @@
|
|||||||
%define rescue 0
|
%define rescue 0
|
||||||
%{?build_rescue:%define rescue 1}
|
%{?build_rescue:%define rescue 1}
|
||||||
|
|
||||||
|
# Turn off some stuff for resuce builds
|
||||||
|
%if %{rescue}
|
||||||
|
%define kerberos5 0
|
||||||
|
%endif
|
||||||
|
|
||||||
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
|
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: %{ver}
|
Version: %{ver}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user