X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=xorg-x11-server%2Fpatches%2Fxserver-1.4.99-pic-libxf86config.patch;fp=xorg-x11-server%2Fpatches%2Fxserver-1.4.99-pic-libxf86config.patch;h=0000000000000000000000000000000000000000;hb=36c2933d58462cf4498d0d6241be61d7f0a5654e;hp=d040900bf9d17f44a7da25f32f6269604128a722;hpb=291f526bfb81f7019fbcdb665bf1193be856d8de;p=ipfire-3.x.git diff --git a/xorg-x11-server/patches/xserver-1.4.99-pic-libxf86config.patch b/xorg-x11-server/patches/xserver-1.4.99-pic-libxf86config.patch deleted file mode 100644 index d040900bf..000000000 --- a/xorg-x11-server/patches/xserver-1.4.99-pic-libxf86config.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 04bd8e2fa6be557f58a0e417b0f3befc56f5ef59 Mon Sep 17 00:00:00 2001 -From: Fedora X Ninjas -Date: Thu, 1 Jul 2010 15:45:03 +1000 -Subject: [PATCH] Build libxf86config with -fPIC. - ---- - hw/xfree86/parser/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am -index caf7079..655e73f 100644 ---- a/hw/xfree86/parser/Makefile.am -+++ b/hw/xfree86/parser/Makefile.am -@@ -32,7 +32,7 @@ libxf86config_internal_la_SOURCES = \ - - libxf86config_a_SOURCES = \ - $(INTERNAL_SOURCES) --libxf86config_a_CFLAGS = $(AM_CFLAGS) -+libxf86config_a_CFLAGS = $(AM_CFLAGS) -fPIC -fvisibility=hidden - - AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) \ - -DSYSCONFDIR=\"$(sysconfdir)\" \ --- -1.7.1 -