Accepting request 39535 from X11:XOrg

Copy from X11:XOrg/xorg-x11-libs based on submit request 39535 from user sndirsch

OBS-URL: https://build.opensuse.org/request/show/39535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-libs?expand=0&rev=79
This commit is contained in:
OBS User autobuild 2010-05-07 13:32:52 +00:00 committed by Git OBS Bridge
commit 0f13574493
2 changed files with 7 additions and 1 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

@ -34,7 +34,7 @@ Obsoletes: xorg-x11-libs-64bit
#
Url: http://xorg.freedesktop.org/
Version: 7.5
Release: 2
Release: 3
License: GPLv2+ ; MIT License (or similar)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
@ -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"