[tw] - fixed PIE build for all architectures

This commit is contained in:
Thomas Woerner 2004-11-29 11:18:58 +00:00
parent 74ed232396
commit b5621277a0

View File

@ -28,12 +28,7 @@
%define build6x 0 %define build6x 0
# Build position-independent executables (requires toolchain support)? # Build position-independent executables (requires toolchain support)?
# This hack is in here to prevent problem with pie on PPC64 bug 113499 %define pie 1
%ifarch ppc64 ppc
%define pie 0
%else
%define pie 0
%endif
# Do we want kerberos5 support (1=yes 0=no) # Do we want kerberos5 support (1=yes 0=no)
%define kerberos5 1 %define kerberos5 1
@ -79,7 +74,7 @@
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: 3.9p1 Version: 3.9p1
%define rel 8 %define rel 8.1
%if %{rescue} %if %{rescue}
Release: %{rel}rescue Release: %{rel}rescue
%else %else
@ -500,6 +495,9 @@ fi
%endif %endif
%changelog %changelog
* Mon Nov 29 2004 Thomas Woerner <twoerner@redhat.com> 3.9p1-8.1
- fixed PIE build for all architectures
* Mon Oct 4 2004 Nalin Dahyabhai <nalin@redhat.com> 3.9p1-8 * Mon Oct 4 2004 Nalin Dahyabhai <nalin@redhat.com> 3.9p1-8
- add a --enable-vendor-patchlevel option which allows a ShowPatchLevel option - add a --enable-vendor-patchlevel option which allows a ShowPatchLevel option
to enable display of a vendor patch level during version exchange (#120285) to enable display of a vendor patch level during version exchange (#120285)