add libpci fixup to handle recent change in PCIUtils
The following commit of PCIUtils changes what 'base_addr' contains.
Add a fixup to make sure the pass-through works when building against
different versions of PCIUtils.
commit
6d143c3283855c474445a3cf27c65280ed7ab1b7
Author: Yu Zhao <yu.zhao@intel.com>
Date: Fri Dec 26 09:59:28 2008 +0800
Fix base address flags when using sysfs method
The base address flags are ignored when using sysfs method, while
the proc and generic methods combined the flags into 'base_addr'.
This inconsistency may fail some applications using libpci.
Signed-off-by: Yu Zhao <yu.zhao@intel.com>