summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch')
-rw-r--r--meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch b/meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch
index 0103a00451..07c7f911e0 100644
--- a/meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch
+++ b/meta/recipes-devtools/libtool/libtool/0003-ltmain.in-Add-missing-sysroot-to-library-path.patch
@@ -11,9 +11,10 @@ Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00017.html] 11Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00017.html]
12 12
13diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in 13diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
14index 3d5dcd0a..2c994612 100644
14--- a/build-aux/ltmain.in 15--- a/build-aux/ltmain.in
15+++ b/build-aux/ltmain.in 16+++ b/build-aux/ltmain.in
16@@ -6421,7 +6421,7 @@ func_mode_link () 17@@ -6475,7 +6475,7 @@ func_mode_link ()
17 fi 18 fi
18 else 19 else
19 # We cannot seem to hardcode it, guess we'll fake it. 20 # We cannot seem to hardcode it, guess we'll fake it.
@@ -22,3 +23,6 @@ diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
22 # Try looking first in the location we're being installed to. 23 # Try looking first in the location we're being installed to.
23 if test -n "$inst_prefix_dir"; then 24 if test -n "$inst_prefix_dir"; then
24 case $libdir in 25 case $libdir in
26--
272.25.1
28