- fix build to enable -F option (#531020)

This commit is contained in:
Michal Hlavinka 2009-10-26 16:30:10 +00:00
parent 4d37cf8959
commit 2c3bd818c7
2 changed files with 4 additions and 10 deletions

View File

@ -76,15 +76,6 @@ diff -up pciutils-3.1.4/lib/configure.multilib pciutils-3.1.4/lib/configure
;;
sunos)
case $cpu in
@@ -130,7 +165,7 @@ case $sys in
;;
esac
-echo >>$c '#define PCI_HAVE_PM_DUMP'
+echo >>$cm '#define PCI_HAVE_PM_DUMP'
echo " dump"
echo_n "Checking for zlib support... "
@@ -153,6 +188,7 @@ else
echo >>$c '#define PCI_IDS "pci.ids"'
fi

View File

@ -1,6 +1,6 @@
Name: pciutils
Version: 3.1.4
Release: 4%{?dist}
Release: 5%{?dist}
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
#truncate too long names (#205948)
@ -140,6 +140,9 @@ install -p lib/libpci.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig
rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Oct 26 2009 Michal Hlavinka <mhlavink@redhat.com> - 3.1.4-5
- fix build to enable -F option (#531020)
* Mon Oct 26 2009 Michal Hlavinka <mhlavink@redhat.com> - 3.1.4-4
- enable direct hardware access method for 64bit architectures