summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool')
-rw-r--r--meta/recipes-devtools/libtool/libtool/multilib.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool/multilib.patch b/meta/recipes-devtools/libtool/libtool/multilib.patch
new file mode 100644
index 0000000000..c4794113ef
--- /dev/null
+++ b/meta/recipes-devtools/libtool/libtool/multilib.patch
@@ -0,0 +1,23 @@
1Without this patch /usr/bin/libtoolize is different for each multilib
2since their host-triplets are different, despite there being no difference in
3the functionality of libtoolize itself.
4
5Ugly, but just patch this out. This fixes issues where libtool and
6libXX-libtool couldn't be installed into the same system.
7
8Upstream-Status: Inapproriate
9RP 2018/7/30
10
11Index: libtool-2.4.6/libtoolize.in
12===================================================================
13--- libtool-2.4.6.orig/libtoolize.in
14+++ libtool-2.4.6/libtoolize.in
15@@ -113,7 +113,7 @@ You must 'cd' to the top directory of yo
16 When reporting a bug, please describe a test case to reproduce it and
17 include the following information:
18
19- host-triplet: @host_triplet@
20+ host-triplet <redacted>
21 version: $progname (GNU @PACKAGE@) @VERSION@
22 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
23 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`