- New git snapshot that fixes Xdmx build. - Reenable Xdmx build. - Rebase (or drop) the rest of our patches outside the PCI code. - Add -common subpackage for shared files. - Rename -sdk to -devel for verisimilitude. - Simplify the %configure line a bit.
17 lines
480 B
Diff
17 lines
480 B
Diff
From: Adam Jackson <ajax@redhat.com>
|
|
Date: Sun, 28 Oct 2007 09:37:52 +0100
|
|
Subject: [PATCH] Build libxf86config with -fPIC
|
|
|
|
---
|
|
--- 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 \
|