- 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:
parent
51d5e2d5e1
commit
22bc03ea97
@ -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
|
Sun Apr 11 16:40:46 CEST 2010 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -237,6 +237,7 @@ for dir in $(ls); do
|
|||||||
case $dir in
|
case $dir in
|
||||||
libXvMC-*) option="--sysconfdir=/etc" ;;
|
libXvMC-*) option="--sysconfdir=/etc" ;;
|
||||||
libvnc*|libXcliplist*) autoreconf -fi ;;
|
libvnc*|libXcliplist*) autoreconf -fi ;;
|
||||||
|
libpciaccess-*) option="--with-pciids-path=/usr/share/" ;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
Loading…
Reference in New Issue
Block a user