add sparcv9 to the -fPIE list

This commit is contained in:
Dennis Gilmore 2008-03-29 12:02:32 +00:00
parent 687b637b22
commit 9e61b0ffb8

View File

@ -15,7 +15,7 @@
Summary: A widely used Mail Transport Agent (MTA)
Name: sendmail
Version: 8.14.2
Release: 3%{?dist}
Release: 4%{?dist}
License: Sendmail
Group: System Environment/Daemons
URL: http://www.sendmail.org/
@ -168,7 +168,7 @@ EOF
%endif
%if "%{enable_pie}" == "yes"
%ifarch s390 s390x sparc sparc64
%ifarch s390 s390x sparc sparcv9 sparc64
%define _fpie -fPIE
%else
%define _fpie -fpie
@ -539,6 +539,9 @@ exit 0
%changelog
* Sat Mar 29 2008 Dennis Gilmore <dennis@ausil.us> 8.14.2-4
- add sparcv9 to the -fPIE list
* Fri Feb 8 2008 Thomas Woerner <twoerner@redhat.com> 8.14.2-3
- added server(smtp) provide (rhbz#380621)