add sparc64 to the list of arches that need -fPIE

This commit is contained in:
Dennis Gilmore 2008-02-04 08:30:14 +00:00
parent ac1c9e7793
commit eb965f4152
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: Allows restricted root access for specified users
Name: sudo
Version: 1.6.9p4
Release: 5%{?dist}
Release: 6%{?dist}
License: BSD
Group: Applications/System
URL: http://www.courtesan.com/sudo/
@ -51,7 +51,7 @@ on many different machines.
autoreconf
%build
%ifarch s390 s390x
%ifarch s390 s390x sparc64
F_PIE=-fPIE
%else
F_PIE=-fpie
@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
/bin/chmod 0440 /etc/sudoers || :
%changelog
* Mon Feb 02 2008 Dennis Gilmore <dennis@ausil.us> 1.6.9p4-6
- sparc64 needs to be in the -fPIE list with s390
* Mon Jan 07 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p4-5
- fix complains about audit_log_user_command(): Connection
refused (#401201)