summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11/fix-libtool.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11/fix-libtool.patch')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11/fix-libtool.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11/fix-libtool.patch b/meta/recipes-graphics/xorg-lib/libx11/fix-libtool.patch
deleted file mode 100644
index 678b7aff44..0000000000
--- a/meta/recipes-graphics/xorg-lib/libx11/fix-libtool.patch
+++ /dev/null
@@ -1,35 +0,0 @@
1Passing -all-static to libtool is done to avoid libtool wrappers on Windows, but
2it means that the build host needs to have libc.a installed. This isn't the
3case for a lot of distributions out of the box, so revert this commit.
4
5Filed a bug upstream to get a proper fix: https://gitlab.freedesktop.org/xorg/lib/libx11/issues/100
6
7Upstream-Status: Inappropriate
8Signed-off-by: Ross Burton <ross.burton@intel.com>
9
10From b9f74dc5e714115057a5a1789b4de202d6f58547 Mon Sep 17 00:00:00 2001
11From: Ross Burton <ross.burton@intel.com>
12Date: Fri, 2 Aug 2019 00:39:39 +0100
13Subject: [PATCH 2/2] Revert "Avoid using libtool wrapper for makekeys"
14
15This reverts commit 4645e219133458781e3fb48eaea6a74cccb1b9aa.
16---
17 src/util/Makefile.am | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20diff --git a/src/util/Makefile.am b/src/util/Makefile.am
21index 37314370..a051567a 100644
22--- a/src/util/Makefile.am
23+++ b/src/util/Makefile.am
24@@ -10,7 +10,7 @@ AM_CPPFLAGS = \
25 CC = @CC_FOR_BUILD@
26 CPPFLAGS = @CPPFLAGS_FOR_BUILD@
27 CFLAGS = @CFLAGS_FOR_BUILD@
28-LDFLAGS = @LDFLAGS_FOR_BUILD@ -all-static
29+LDFLAGS = @LDFLAGS_FOR_BUILD@
30 LIBS =
31 EXEEXT = @EXEEXT_FOR_BUILD@
32
33--
342.20.1
35