* Tue Jun 26 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-4

- Add -fopenmp to CFLAGS and LDFLAGS on the make command line instead
  of in Makefile.am.
This commit is contained in:
Søren Sandmann Pedersen 2012-06-26 16:57:27 -04:00
parent bc7b6a329a
commit 8f4aeddd98

View File

@ -3,7 +3,7 @@
Name: pixman Name: pixman
Version: 0.26.0 Version: 0.26.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Pixel manipulation library Summary: Pixel manipulation library
Group: System Environment/Libraries Group: System Environment/Libraries
@ -41,7 +41,7 @@ Development library for pixman.
%build %build
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags} V=1 CFLAGS="$CFLAGS -fopenmp -fno-strict-aliasing" LDFLAGS="$LDFLAGS -fopenmp"
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
@ -63,6 +63,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_libdir}/pkgconfig/pixman-1.pc %{_libdir}/pkgconfig/pixman-1.pc
%changelog %changelog
* Tue Jun 26 2012 Soren Sandmann <ssp@redhat.com> - 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 <ssp@redhat.com> - 0.26.0-3 * Tue Jun 26 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-3
- Add -fopenmp to pixman-sse2.c CFLAGS - Add -fopenmp to pixman-sse2.c CFLAGS