9eb1fe64bb
- xserver-1.3.0-randr-updates.patch: Default ModeDebug to TRUE, better to have too much information than too little. - xorg-x11-server-1.0.1-fpic-libxf86config.patch: Build the parser library with hidden symbols to shrink pyf86config a bit. - xserver-1.3.0-intel-by-default.patch: Use intel, not i810, when starting without a config file. - Enable maintainer mode when building so I swear at autotools less.
12 lines
352 B
Diff
12 lines
352 B
Diff
--- xorg-server-1.0.1/hw/xfree86/parser/Makefile.am.xf86configfpic 2006-03-06 13:57:45.000000000 -0500
|
|
+++ xorg-server-1.0.1/hw/xfree86/parser/Makefile.am 2006-03-06 13:59:11.000000000 -0500
|
|
@@ -23,7 +23,7 @@
|
|
DRI.c \
|
|
Extensions.c
|
|
|
|
-AM_CFLAGS = $(XORG_CFLAGS)
|
|
+AM_CFLAGS = $(XORG_CFLAGS) -fPIC -fvisibility=hidden
|
|
|
|
EXTRA_DIST = \
|
|
Configint.h \
|