summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool/0008-libtool-Check-for-static-libs-for-internal-compiler-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool/0008-libtool-Check-for-static-libs-for-internal-compiler-.patch')
-rw-r--r--meta/recipes-devtools/libtool/libtool/0008-libtool-Check-for-static-libs-for-internal-compiler-.patch11
1 files changed, 3 insertions, 8 deletions
diff --git a/meta/recipes-devtools/libtool/libtool/0008-libtool-Check-for-static-libs-for-internal-compiler-.patch b/meta/recipes-devtools/libtool/libtool/0008-libtool-Check-for-static-libs-for-internal-compiler-.patch
index afffdb9fd4..83c74373ae 100644
--- a/meta/recipes-devtools/libtool/libtool/0008-libtool-Check-for-static-libs-for-internal-compiler-.patch
+++ b/meta/recipes-devtools/libtool/libtool/0008-libtool-Check-for-static-libs-for-internal-compiler-.patch
@@ -1,6 +1,4 @@
1From b9993338080325a6e2b2ec94ca0ece80e7fa3fb6 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 1From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 26 Jan 2019 12:54:26 -0800
4Subject: [PATCH 08/12] libtool: Check for static libs for internal compiler libraries 2Subject: [PATCH 08/12] libtool: Check for static libs for internal compiler libraries
5 3
6Libtool checks only for libraries linked as -l* when trying to 4Libtool checks only for libraries linked as -l* when trying to
@@ -16,15 +14,12 @@ https://crbug.com/749263
16https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27866 14https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27866
17 15
18Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00016.html] 16Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00016.html]
19---
20 m4/libtool.m4 | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
22 17
23diff --git a/m4/libtool.m4 b/m4/libtool.m4 18diff --git a/m4/libtool.m4 b/m4/libtool.m4
24index d0389a0..9619c57 100644 19index 180dd9d1..022c1292 100644
25--- a/m4/libtool.m4 20--- a/m4/libtool.m4
26+++ b/m4/libtool.m4 21+++ b/m4/libtool.m4
27@@ -7536,7 +7536,7 @@ if AC_TRY_EVAL(ac_compile); then 22@@ -7560,7 +7560,7 @@ if AC_TRY_EVAL(ac_compile); then
28 for p in `eval "$output_verbose_link_cmd"`; do 23 for p in `eval "$output_verbose_link_cmd"`; do
29 case $prev$p in 24 case $prev$p in
30 25
@@ -34,5 +29,5 @@ index d0389a0..9619c57 100644
34 # Remove the space. 29 # Remove the space.
35 if test x-L = "$p" || 30 if test x-L = "$p" ||
36-- 31--
372.20.1 322.25.1
38 33