- build libpciaccess with corrrect path to pci.ids (bnc #603071)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libs?expand=0&rev=132
This commit is contained in:
Stefan Dirsch 2010-05-06 08:45:23 +00:00 committed by Git OBS Bridge
parent 51d5e2d5e1
commit 22bc03ea97
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 6 10:45:05 CEST 2010 - sndirsch@suse.de
- build libpciaccess with corrrect path to pci.ids (bnc #603071)
-------------------------------------------------------------------
Sun Apr 11 16:40:46 CEST 2010 - sndirsch@suse.de

View File

@ -237,6 +237,7 @@ for dir in $(ls); do
case $dir in
libXvMC-*) option="--sysconfdir=/etc" ;;
libvnc*|libXcliplist*) autoreconf -fi ;;
libpciaccess-*) option="--with-pciids-path=/usr/share/" ;;
*) ;;
esac
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"