]> andersk Git - openssh.git/commitdiff
unbreak
authordjm <djm>
Fri, 21 Jun 2002 07:11:02 +0000 (07:11 +0000)
committerdjm <djm>
Fri, 21 Jun 2002 07:11:02 +0000 (07:11 +0000)
contrib/redhat/openssh.spec

index 66225cafff04fb3f2adf3c54e51a71c8522fad6c..99e765328d8e0b83ff4a8c03c68ea4cb650fa465 100644 (file)
 %define noip6 1
 %endif
 
-# Turn off some stuff for resuce builds
-%if %{rescue}
-%define kerberos5 0
-%endif
-
 # Options for static OpenSSL link:
 # rpm -ba|--rebuild --define "static_openssl 1"
 %{?static_openssl:%define static_libcrypto 1}
 %define rescue 0
 %{?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.
 Name: openssh
 Version: %{ver}
This page took 0.043285 seconds and 5 git commands to generate.