]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xorg-x11-server/patches/xserver-1.4.99-pic-libxf86config.patch
Move all packages to root.
[people/ms/ipfire-3.x.git] / xorg-x11-server / patches / xserver-1.4.99-pic-libxf86config.patch
CommitLineData
313ed234
SS
1From 04bd8e2fa6be557f58a0e417b0f3befc56f5ef59 Mon Sep 17 00:00:00 2001
2From: Fedora X Ninjas <x@fedoraproject.org>
3Date: Thu, 1 Jul 2010 15:45:03 +1000
4Subject: [PATCH] Build libxf86config with -fPIC.
5
6---
7 hw/xfree86/parser/Makefile.am | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
9
10diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am
11index caf7079..655e73f 100644
12--- a/hw/xfree86/parser/Makefile.am
13+++ b/hw/xfree86/parser/Makefile.am
14@@ -32,7 +32,7 @@ libxf86config_internal_la_SOURCES = \
15
16 libxf86config_a_SOURCES = \
17 $(INTERNAL_SOURCES)
18-libxf86config_a_CFLAGS = $(AM_CFLAGS)
19+libxf86config_a_CFLAGS = $(AM_CFLAGS) -fPIC -fvisibility=hidden
20
21 AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) \
22 -DSYSCONFDIR=\"$(sysconfdir)\" \
23--
241.7.1
25