Magellan Linux

Annotation of /trunk/xorg-server/patches/xorg-server-1.4-fpic-libxf86config.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 353 - (hide annotations) (download)
Sun Sep 9 11:09:49 2007 UTC (16 years, 9 months ago) by niro
File size: 374 byte(s)
-fix PIC issues on 64bit

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