eee5ef97f2
- 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.
23 lines
646 B
Diff
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
|
|
|