run autoreconf to properly pull in gomp
This commit is contained in:
parent
b746653629
commit
52b1668390
@ -3,7 +3,7 @@
|
||||
|
||||
Name: pixman
|
||||
Version: 0.26.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Pixel manipulation library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -18,7 +18,7 @@ Source1: make-pixman-snapshot.sh
|
||||
|
||||
Patch1: openmp.patch
|
||||
|
||||
# BuildRequires: automake autoconf libtool pkgconfig
|
||||
BuildRequires: automake autoconf libtool pkgconfig
|
||||
|
||||
%description
|
||||
Pixman is a pixel manipulation library for X and cairo.
|
||||
@ -37,6 +37,7 @@ Development library for pixman.
|
||||
%patch1 -p1 -b .openmp
|
||||
|
||||
%build
|
||||
autoreconf -vif
|
||||
%configure --disable-static
|
||||
|
||||
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
|
||||
|
||||
%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
|
||||
- update to 0.26.2
|
||||
- drop upstreamed patch
|
||||
|
Loading…
Reference in New Issue
Block a user