diff options
author | Ivan Pavlov <AuthorReflex@gmail.com> | 2021-09-05 22:54:12 +0300 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2021-09-07 21:10:53 +0200 |
commit | cdc646c03282b91d7e9518bb726f29c1de5d24fc (patch) | |
tree | a7477b2ce4b864f08fd10cfe30fe79474d2a4574 /tools/libtool/patches/001-fix-func_append.patch | |
parent | ae33ce2af2b273332017d0b49e37c4224e40a62a (diff) | |
download | upstream-cdc646c03282b91d7e9518bb726f29c1de5d24fc.tar.gz upstream-cdc646c03282b91d7e9518bb726f29c1de5d24fc.tar.bz2 upstream-cdc646c03282b91d7e9518bb726f29c1de5d24fc.zip |
tools/libtool: update to 2.4.2
Refresh patches.
Remove upstreamed: 001-fix-func_append.patch
Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
Diffstat (limited to 'tools/libtool/patches/001-fix-func_append.patch')
-rw-r--r-- | tools/libtool/patches/001-fix-func_append.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/libtool/patches/001-fix-func_append.patch b/tools/libtool/patches/001-fix-func_append.patch deleted file mode 100644 index 4c3c07b776..0000000000 --- a/tools/libtool/patches/001-fix-func_append.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/libltdl/config/ltmain.m4sh -+++ b/libltdl/config/ltmain.m4sh -@@ -7261,7 +7261,7 @@ EOF - elif test -n "$runpath_var"; then - case "$perm_rpath " in - *" $libdir "*) ;; -- *) func_apped perm_rpath " $libdir" ;; -+ *) func_append perm_rpath " $libdir" ;; - esac - fi - done ---- a/libltdl/config/ltmain.sh -+++ b/libltdl/config/ltmain.sh -@@ -8050,7 +8050,7 @@ EOF - elif test -n "$runpath_var"; then - case "$perm_rpath " in - *" $libdir "*) ;; -- *) func_apped perm_rpath " $libdir" ;; -+ *) func_append perm_rpath " $libdir" ;; - esac - fi - done |