- enable autoreconf to rebuild configure properly

This commit is contained in:
Dave Airlie 2009-07-31 03:16:24 +00:00
parent 8dae812cd6
commit 9843e11294

View File

@ -3,7 +3,7 @@
Name: libpciaccess
Version: 0.10.6
Release: 2%{?dist}
Release: 3%{?dist}
Summary: PCI access library
Group: System Environment/Libraries
@ -46,7 +46,7 @@ Development package for libpciaccess.
%patch4 -p1 -b .vgaarb
%build
#autoreconf -v --install
autoreconf -v --install
%configure --disable-static
make %{?_smp_mflags}
@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/pciaccess.pc
%changelog
* Fri Jul 31 2009 Dave Airlie <airlied@redhat.com> 0.10.6-3
- enable autoreconf to rebuild configure properly
* Fri Jul 31 2009 Dave Airlie <airlied@redhat.com> 0.10.6-2
- libpciaccess-vga-arbiter.patch: add vga arbiter support to libpciaccess