]> git.pld-linux.org Git - packages/xorg-xserver-server.git/blob - xorg-xserver-server-pic-libxf86config.patch
- up to 1.6.1
[packages/xorg-xserver-server.git] / xorg-xserver-server-pic-libxf86config.patch
1 From 6344659a33a7c192dffe6e796c771d02f78da5e5 Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Thu, 1 Nov 2007 15:02:24 -0400
4 Subject: [PATCH] Build libxf86config with -fPIC.
5
6 ---
7  hw/xfree86/parser/Makefile.am |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am
11 index 849ee8b..0691158 100644
12 --- a/hw/xfree86/parser/Makefile.am
13 +++ b/hw/xfree86/parser/Makefile.am
14 @@ -25,7 +25,7 @@ libxf86config_a_SOURCES = \
15         DRI.c \
16         Extensions.c
17  
18 -AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
19 +AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) -fPIC -fvisibility=hidden
20  
21  EXTRA_DIST = \
22         Configint.h \
23 -- 
24 1.5.3.4
25
This page took 0.061928 seconds and 3 git commands to generate.