aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libtool/patches/100-libdir-fixes.patch
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-03-31 16:13:17 -0700
committerHauke Mehrtens <hauke@hauke-m.de>2023-03-13 22:53:41 +0100
commitbf261073dc4d788170d51fdc718d63ce0976fd77 (patch)
tree8393d5a03e1d7db4d1a24354fd2ba698c09b4039 /tools/libtool/patches/100-libdir-fixes.patch
parent0d0cfe9f2d086404093b547b89afec822c32bd76 (diff)
downloadupstream-bf261073dc4d788170d51fdc718d63ce0976fd77.tar.gz
upstream-bf261073dc4d788170d51fdc718d63ce0976fd77.tar.bz2
upstream-bf261073dc4d788170d51fdc718d63ce0976fd77.zip
tools/libtool: bump to 2.4.7
Remove upstreamed patch and refresh others. Signed-off-by: Rosen Penev <rosenp@gmail.com> [rebased and refreshed patches again] Signed-off-by: Michael Pratt <mcpratt@pm.me>
Diffstat (limited to 'tools/libtool/patches/100-libdir-fixes.patch')
-rw-r--r--tools/libtool/patches/100-libdir-fixes.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/libtool/patches/100-libdir-fixes.patch b/tools/libtool/patches/100-libdir-fixes.patch
index 671040b3e10..2a563901a5f 100644
--- a/tools/libtool/patches/100-libdir-fixes.patch
+++ b/tools/libtool/patches/100-libdir-fixes.patch
@@ -19,7 +19,7 @@ Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
-@@ -6049,8 +6049,14 @@ func_mode_link ()
+@@ -6097,8 +6097,14 @@ func_mode_link ()
absdir=$abs_ladir
libdir=$abs_ladir
else
@@ -36,7 +36,7 @@ Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
fi
test yes = "$hardcode_automatic" && avoidtemprpath=yes
else
-@@ -6448,8 +6454,6 @@ func_mode_link ()
+@@ -6496,8 +6502,6 @@ func_mode_link ()
add=$libdir/$linklib
fi
else
@@ -45,7 +45,7 @@ Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
# Try looking first in the location we're being installed to.
if test -n "$inst_prefix_dir"; then
case $libdir in
-@@ -6604,7 +6608,17 @@ func_mode_link ()
+@@ -6652,7 +6656,17 @@ func_mode_link ()
fi
;;
*)