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