Magellan Linux

Contents of /trunk/xorg-server/patches/xorg-server-1.9.0-fpic-libxf86config.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1119 - (show annotations) (download)
Wed Aug 25 22:46:23 2010 UTC (13 years, 8 months ago) by niro
File size: 557 byte(s)
-re-diffed and added -fvisibility=hidden
1 diff -Naur xorg-server-1.9.0/hw/xfree86/parser/Makefile.am xorg-server-1.9.0-magellan/hw/xfree86/parser/Makefile.am
2 --- xorg-server-1.9.0/hw/xfree86/parser/Makefile.am 2010-06-06 03:16:52.000000000 +0200
3 +++ xorg-server-1.9.0-magellan/hw/xfree86/parser/Makefile.am 2010-08-26 00:50:29.000000000 +0200
4 @@ -32,7 +32,7 @@
5
6 libxf86config_a_SOURCES = \
7 $(INTERNAL_SOURCES)
8 -libxf86config_a_CFLAGS = $(AM_CFLAGS)
9 +libxf86config_a_CFLAGS = $(AM_CFLAGS) -fPIC -fvisibility=hidden
10
11 AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) \
12 -DSYSCONFDIR=\"$(sysconfdir)\" \