summaryrefslogtreecommitdiff
blob: c3b9ebdd6c4ebeeb63cce2e4b0d84b0bebad8567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am
index 849ee8b..1b49d48 100644
--- a/hw/xfree86/parser/Makefile.am
+++ b/hw/xfree86/parser/Makefile.am
@@ -25,7 +25,7 @@ libxf86config_a_SOURCES = \
 	DRI.c \
 	Extensions.c
 
-AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
+AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) -fPIC
 
 EXTRA_DIST = \
 	Configint.h \