* Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 1.0.1-8

- build libxf86config with -fPIC (#181292)
- fix sgi 1600sw extra mode (#182430)
This commit is contained in:
Jeremy Katz 2006-03-06 20:38:28 +00:00
parent 5a71ca7cde
commit f8b6120db6
2 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- xorg-server-1.0.1/hw/xfree86/parser/Makefile.am.xf86configfpic 2006-03-06 13:57:45.000000000 -0500
+++ xorg-server-1.0.1/hw/xfree86/parser/Makefile.am 2006-03-06 13:59:11.000000000 -0500
@@ -23,7 +23,7 @@
DRI.c \
Extensions.c
-AM_CFLAGS = $(XORG_CFLAGS)
+AM_CFLAGS = $(XORG_CFLAGS) -fPIC
EXTRA_DIST = \
Configint.h \

View File

@ -4,7 +4,7 @@
Summary: X.Org X11 X server Summary: X.Org X11 X server
Name: xorg-x11-server Name: xorg-x11-server
Version: 1.0.1 Version: 1.0.1
Release: 7 Release: 8
URL: http://www.x.org URL: http://www.x.org
License: MIT/X11 License: MIT/X11
Group: User Interface/X Group: User Interface/X
@ -23,6 +23,8 @@ Patch4: xorg-x11-server-1.0.1-composite-fastpath-fdo4320.patch
Patch5: xorg-server-1.0.1-backtrace.patch Patch5: xorg-server-1.0.1-backtrace.patch
# https://bugs.freedesktop.org/show_bug.cgi?id=6010 # https://bugs.freedesktop.org/show_bug.cgi?id=6010
Patch6: xserver-1.0.1-randr-sdk.patch Patch6: xserver-1.0.1-randr-sdk.patch
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=181292. hacky patch
Patch7: xorg-x11-server-1.0.1-fpic-libxf86config.patch
# Patches taken from xserver/xorg CVS HEAD, post-1.0.1 # Patches taken from xserver/xorg CVS HEAD, post-1.0.1
Patch100: xorg-x11-server-1.0.1-fbpict-fix-rounding.patch Patch100: xorg-x11-server-1.0.1-fbpict-fix-rounding.patch
@ -240,12 +242,13 @@ drivers, input drivers, or other X modules should install this package.
%patch4 -p0 -b .composite-fastpath-fdo4320 %patch4 -p0 -b .composite-fastpath-fdo4320
%patch5 -p0 -b .backtrace %patch5 -p0 -b .backtrace
%patch6 -p1 -b .randrsdk %patch6 -p1 -b .randrsdk
%patch7 -p1 -b .xf86configfpic
%patch100 -p2 -b .fbpict-fix-rounding %patch100 -p2 -b .fbpict-fix-rounding
%patch101 -p2 -b .SEGV-on-null-interface %patch101 -p2 -b .SEGV-on-null-interface
%patch1000 -p0 -b .redhat-die-ugly-pattern-die-die-die %patch1000 -p0 -b .redhat-die-ugly-pattern-die-die-die
%patch1001 -p0 -b .Red-Hat-extramodes %patch1001 -p1 -b .Red-Hat-extramodes
%build %build
#FONTDIR="${datadir}/X11/fonts" #FONTDIR="${datadir}/X11/fonts"
@ -519,6 +522,10 @@ rm -rf $RPM_BUILD_ROOT
# ------------------------------------------------------------------- # -------------------------------------------------------------------
%changelog %changelog
* Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 1.0.1-8
- build libxf86config with -fPIC (#181292)
- fix sgi 1600sw extra mode (#182430)
* Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> 1.0.1-7 * Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> 1.0.1-7
- install randrstr.h as part of sdk as required for building some drivers - install randrstr.h as part of sdk as required for building some drivers