1
0

Accepting request 23559 from X11:XOrg

Copy from X11:XOrg/xorg-x11-server based on submit request 23559 from user sndirsch

OBS-URL: https://build.opensuse.org/request/show/23559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=150
This commit is contained in:
OBS User autobuild 2009-11-02 11:48:04 +00:00 committed by Git OBS Bridge
parent f8a3ea5245
commit 10d728cdbc
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 2 10:05:55 CET 2009 - sndirsch@suse.de
- build Xserver again with '-O2' instead of '-O0', which had been
an unintentional change (bnc #551789)
-------------------------------------------------------------------
Mon Oct 19 15:16:22 CEST 2009 - sndirsch@suse.de

View File

@ -33,7 +33,7 @@ BuildRequires: libjpeg-devel
Url: http://xorg.freedesktop.org/
%define EXPERIMENTAL 0
Version: 7.4
Release: 61
Release: 62
License: GPL v2 or later ; MIT License (or similar)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4
@ -297,7 +297,7 @@ popd
autoreconf -fi
# DRI2 disabled for Xserver 1.5 as libdrm 2.3.1 doesn't have the
# drmBO functionality.
./configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -O0 -g" \
./configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
%if %fglrx_driver_hack
--with-release-major=7 \
--with-release-minor=2 \