run autoreconf to properly pull in gomp

This commit is contained in:
Peter Robinson 2012-07-06 12:10:06 +01:00
parent b746653629
commit 52b1668390

View File

@ -3,7 +3,7 @@
Name: pixman Name: pixman
Version: 0.26.2 Version: 0.26.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Pixel manipulation library Summary: Pixel manipulation library
Group: System Environment/Libraries Group: System Environment/Libraries
@ -18,7 +18,7 @@ Source1: make-pixman-snapshot.sh
Patch1: openmp.patch Patch1: openmp.patch
# BuildRequires: automake autoconf libtool pkgconfig BuildRequires: automake autoconf libtool pkgconfig
%description %description
Pixman is a pixel manipulation library for X and cairo. Pixman is a pixel manipulation library for X and cairo.
@ -37,6 +37,7 @@ Development library for pixman.
%patch1 -p1 -b .openmp %patch1 -p1 -b .openmp
%build %build
autoreconf -vif
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} V=1 CFLAGS="$CFLAGS -fopenmp -fno-strict-aliasing" LDFLAGS="$LDFLAGS -fopenmp" make %{?_smp_mflags} V=1 CFLAGS="$CFLAGS -fopenmp -fno-strict-aliasing" LDFLAGS="$LDFLAGS -fopenmp"
@ -61,6 +62,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_libdir}/pkgconfig/pixman-1.pc %{_libdir}/pkgconfig/pixman-1.pc
%changelog %changelog
* Fri Jul 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.26.2-2
- run autoreconf to properly pull in gomp
* Thu Jul 5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.26.2-1 * Thu Jul 5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.26.2-1
- update to 0.26.2 - update to 0.26.2
- drop upstreamed patch - drop upstreamed patch