* 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:
parent
bc7b6a329a
commit
8f4aeddd98
@ -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 <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
|
||||
- Add -fopenmp to pixman-sse2.c CFLAGS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user