xorg-x11-server/xserver-1.4.99-pic-libxf86config.patch
Peter Hutterer eee5ef97f2 * Thu Apr 15 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8.0-6
- xserver-1.8.0-xorg.conf.d-changes.patch: push in the upcoming 1.8.1
  xorg.conf.d changes. The X server uses /etc/X11/xorg.conf now for custom
  config and /usr/share/X11/xorg.conf.d for system-provided config.
- xserver-1.8-no-hardcoded-etc.patch: drop, obsolete.
- 00-evdev.conf: drop, use the upstream one.
2010-04-15 06:57:32 +00:00

23 lines
646 B
Diff

From dc9f6e5021699fef97318ebc43f0e6c58a12d696 Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax@redhat.com>
Date: Mon, 10 Dec 2007 11:26:57 -0500
Subject: [PATCH] Build libxf86config with -fPIC.
diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am
index 49c191f..fea3b24 100644
--- a/hw/xfree86/parser/Makefile.am
+++ b/hw/xfree86/parser/Makefile.am
@@ -32,7 +32,7 @@ libxf86config_internal_la_SOURCES = \
libxf86config_a_SOURCES = \
$(INTERNAL_SOURCES)
-libxf86config_a_CFLAGS = $(AM_CFLAGS)
+libxf86config_a_CFLAGS = $(AM_CFLAGS) -fPIC -fvisibility=hidden
AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
--
1.6.6.1