From 8f4aeddd983d382e554f80c796fecdf10973d077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Tue, 26 Jun 2012 16:57:27 -0400 Subject: [PATCH] * Tue Jun 26 2012 Soren Sandmann - 0.26.0-4 - Add -fopenmp to CFLAGS and LDFLAGS on the make command line instead of in Makefile.am. --- pixman.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pixman.spec b/pixman.spec index d35553e..4e137a7 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.26.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pixel manipulation library Group: System Environment/Libraries @@ -41,7 +41,7 @@ Development library for pixman. %build %configure --disable-static -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 CFLAGS="$CFLAGS -fopenmp -fno-strict-aliasing" LDFLAGS="$LDFLAGS -fopenmp" %install make install DESTDIR=$RPM_BUILD_ROOT @@ -63,6 +63,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Tue Jun 26 2012 Soren Sandmann - 0.26.0-4 +- Add -fopenmp to CFLAGS and LDFLAGS on the make command line instead + of in Makefile.am. + * Tue Jun 26 2012 Soren Sandmann - 0.26.0-3 - Add -fopenmp to pixman-sse2.c CFLAGS