Accepting request 530120 from home:jengelh:branches:X11:XOrg

- Remove --with-pic which has no effect on shared-only builds.
  Rectify SRPM group.

OBS-URL: https://build.opensuse.org/request/show/530120
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=244
This commit is contained in:
Stefan Dirsch 2017-09-30 10:51:30 +00:00 committed by Git OBS Bridge
parent 7c5935cc87
commit c34659bea7
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 30 09:45:21 UTC 2017 - jengelh@inai.de
- Remove --with-pic which has no effect on shared-only builds.
Rectify SRPM group.
-------------------------------------------------------------------
Fri Aug 25 09:26:15 UTC 2017 - sndirsch@suse.com

View File

@ -21,7 +21,7 @@ Version: 2.4.83
Release: 0
Summary: Userspace Interface for Kernel DRM Services
License: MIT
Group: System/Libraries
Group: Development/Libraries/X11
Url: http://dri.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/git/mesa/drm
#Git-Web: http://cgit.freedesktop.org/mesa/drm/
@ -184,7 +184,7 @@ Group: System/Libraries
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
autoreconf -fi
%configure --with-pic \
%configure \
%ifnarch %{ix86} x86_64 ppc ppc64 ppc64le s390x %{arm}
--disable-valgrind \
%else