From 351b7328520c16730ceb46e5acae16038c42185e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 16 Feb 2021 18:24:19 +0100 Subject: New upstream version 1.0.32 --- ltmain.sh.patch | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 ltmain.sh.patch (limited to 'ltmain.sh.patch') diff --git a/ltmain.sh.patch b/ltmain.sh.patch deleted file mode 100644 index 1187e81..0000000 --- a/ltmain.sh.patch +++ /dev/null @@ -1,44 +0,0 @@ -Author: Henning Meirer-Geinitz - - Use "libsane" soname for every backend (all systems but AIX and mingw) - -diff --git a/ltmain.sh b/ltmain.sh ---- a/ltmain.sh -+++ b/ltmain.sh -@@ -9708,6 +9708,23 @@ - dlname=$soname - fi - -+ # If -module or -export-dynamic was specified, set the dlname -+ if test "$module" = yes || test "$export_dynamic" = yes; then -+ # On all known operating systems, these are identical. -+ dlname="$soname" -+ fi -+ -+ # On sane-backends the internal name for every lib is "libsane" -+ # not "libsane-backendname" so that linking to each backend is possible. -+ case $host in -+ *mingw*) -+ ;; -+ *aix*) -+ ;; -+ *) -+ soname=`echo $soname | sed -e "s/libsane-[A-Za-z_0-9]*/libsane/g"` -+ esac -+ - lib=$output_objdir/$realname - linknames= - for link -@@ -10166,12 +10183,6 @@ - func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' - fi - done -- -- # If -module or -export-dynamic was specified, set the dlname. -- if test yes = "$module" || test yes = "$export_dynamic"; then -- # On all known operating systems, these are identical. -- dlname=$soname -- fi - fi - ;; - -- cgit v1.2.3