From 848c358c072b90221cc0760133dc4351026df617 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Feb 04 2008 16:56:43 +0000 Subject: sparc needs -fPIE not -fpie --- diff --git a/exim.spec b/exim.spec index 6c3721c..e1cd126 100644 --- a/exim.spec +++ b/exim.spec @@ -12,7 +12,7 @@ Summary: The exim mail transfer agent Name: exim Version: 4.69 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Url: http://www.exim.org/ Group: System Environment/Daemons @@ -164,7 +164,7 @@ cp exim_monitor/EDITME Local/eximon.conf %patch23 -p1 -b .smarthost %build -%ifnarch s390 s390x +%ifnarch s390 s390x sparc sparcv9 sparcv9v sparc64 sparc64v make CFLAGS="$RPM_OPT_FLAGS -fpie" LFLAGS=-pie _lib=%{_lib} %else make CFLAGS="$RPM_OPT_FLAGS -fPIE" LFLAGS=-pie _lib=%{_lib} @@ -447,6 +447,9 @@ test "$1" = 0 || %{_initrddir}/clamd.exim condrestart >/dev/null || : %{_sysconfdir}/cron.daily/greylist-tidy.sh %changelog +* Mon Feb 04 2008 Dennis Gilmore 4.69-2 +- sparc needs -fPIE not -fpie + * Thu Jan 03 2008 David Woodhouse 4.69-1 - Update to 4.69 - Provide server(smtp) (#380611)