xorg-x11-server/xorg-x11-server-1.0.1-fpic-libxf86config.patch
Jeremy Katz f8b6120db6 * Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 1.0.1-8
- build libxf86config with -fPIC (#181292)
- fix sgi 1600sw extra mode (#182430)
2006-03-06 20:38:28 +00:00

12 lines
332 B
Diff

--- 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 \