]> git.pld-linux.org Git - packages/xorg-xserver-server.git/blame - xorg-xserver-server-pic-libxf86config.patch
- these two accelerometers are not mice (based on Fedora)
[packages/xorg-xserver-server.git] / xorg-xserver-server-pic-libxf86config.patch
CommitLineData
33d29f3f
AM
1From 6344659a33a7c192dffe6e796c771d02f78da5e5 Mon Sep 17 00:00:00 2001
2From: Adam Jackson <ajax@redhat.com>
3Date: Thu, 1 Nov 2007 15:02:24 -0400
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 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--
241.5.3.4
25
This page took 0.028293 seconds and 4 git commands to generate.