0cc678b
From: Adam Jackson <ajax@redhat.com>
0cc678b
Date: Sun, 28 Oct 2007 09:37:52 +0100
0cc678b
Subject: [PATCH] Build libxf86config with -fPIC
0cc678b
0cc678b
---
35fbae1
--- xorg-server-1.0.1/hw/xfree86/parser/Makefile.am.xf86configfpic	2006-03-06 13:57:45.000000000 -0500
35fbae1
+++ xorg-server-1.0.1/hw/xfree86/parser/Makefile.am	2006-03-06 13:59:11.000000000 -0500
35fbae1
@@ -23,7 +23,7 @@
35fbae1
 	DRI.c \
35fbae1
 	Extensions.c
35fbae1
 
35fbae1
-AM_CFLAGS = $(XORG_CFLAGS)
466f251
+AM_CFLAGS = $(XORG_CFLAGS) -fPIC -fvisibility=hidden
35fbae1
 
35fbae1
 EXTRA_DIST = \
35fbae1
 	Configint.h \