Peter Hutterer 77cc640
From 81b45563f169cb131fe22042c1f4b3b24a49d82f Mon Sep 17 00:00:00 2001
06b805d
From: Adam Jackson <ajax@redhat.com>
1a6a359
Date: Mon, 10 Dec 2007 11:26:57 -0500
Peter Hutterer 77cc640
Subject: [PATCH] Build libxf86config with -fPIC.
06b805d
c22de5d
---
c22de5d
 hw/xfree86/parser/Makefile.am |    2 +-
c22de5d
 1 files changed, 1 insertions(+), 1 deletions(-)
eee5ef9
06b805d
diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am
Peter Hutterer 77cc640
index caf7079..3bda51e 100644
06b805d
--- a/hw/xfree86/parser/Makefile.am
06b805d
+++ b/hw/xfree86/parser/Makefile.am
eee5ef9
@@ -32,7 +32,7 @@ libxf86config_internal_la_SOURCES = \
eee5ef9
 
eee5ef9
 libxf86config_a_SOURCES = \
1a6a359
 	$(INTERNAL_SOURCES)
eee5ef9
-libxf86config_a_CFLAGS = $(AM_CFLAGS)
Peter Hutterer 77cc640
+libxf86config_a_CFLAGS = $(AM_CFLAGS) -fPIC
06b805d
 
c22de5d
 AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) \
c22de5d
 	-DSYSCONFDIR=\"$(sysconfdir)\" \
eee5ef9
-- 
Peter Hutterer 77cc640
1.7.3.2
eee5ef9