From 5b84782b2e3a1e1d0fb2ae934cc2a8f89615f51e Mon Sep 17 00:00:00 2001 From: William Eden Cohen Date: Fri, 5 May 2006 15:21:25 +0000 Subject: [PATCH] Add -fno-strict-aliasing so ia64 builds. --- libpfm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libpfm.spec b/libpfm.spec index 60e1247..284556b 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -1,5 +1,5 @@ %define DATE 060421 -%define libpfm_release 2 +%define libpfm_release 3 Summary: a performance monitoring library for Linux/ia64 Name: libpfm Version: 3.2 @@ -36,7 +36,7 @@ It requires a kernel perfmon-2.x subsystem. %install rm -rf %{buildroot} mkdir -p %{buildroot}/%{_prefix} -make install CFLAGS="$RPM_OPT_FLAGS" \ +make install CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ DESTDIR=%{buildroot}/%{_prefix} %post -p /sbin/ldconfig @@ -59,6 +59,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri May 05 2006 Will Cohen +- fno-strict-aliasing so ia64 builds. + * Fri May 05 2006 Will Cohen - make sure that perfmon_compat.h installed for ia64.