a953f44
From 031cd8dd376ed6537afd06ca5aec5e67f5da0489 Mon Sep 17 00:00:00 2001
a953f44
From: Nils Philippsen <nils@redhat.com>
a953f44
Date: Fri, 31 Aug 2012 16:14:49 +0200
a953f44
Subject: [PATCH] patch: soname
a953f44
a953f44
Squashed commit of the following:
a953f44
a953f44
commit 2035ced803168210a70c4946814440764e5d0186
a953f44
Author: Nils Philippsen <nils@redhat.com>
a953f44
Date:   Fri Aug 31 16:13:51 2012 +0200
a953f44
a953f44
    don't use the same SONAME for backend libs and main lib
a953f44
---
a953f44
 ltmain.sh | 19 -------------------
a953f44
 1 file changed, 19 deletions(-)
a953f44
a953f44
diff --git a/ltmain.sh b/ltmain.sh
a953f44
index f3eb4c8..17d1508 100755
a953f44
--- a/ltmain.sh
a953f44
+++ b/ltmain.sh
a953f44
@@ -8101,25 +8101,6 @@ EOF
a953f44
 	  dlname=$soname
a953f44
 	fi
a953f44
 
a953f44
-	# Local change for sane-backends: internal name for every lib
a953f44
-	# is "libsane" not "libsane-backendname". So linking to each
a953f44
-	# backend is possible. Also the following test was moved to this
a953f44
-	# location.
a953f44
-	# If -module or -export-dynamic was specified, set the dlname
a953f44
-	if test "$module" = yes || test "$export_dynamic" = yes; then
a953f44
-	  # On all known operating systems, these are identical.
a953f44
-	  dlname="$soname"
a953f44
-	fi
a953f44
-	case $host in
a953f44
-	  *mingw*)
a953f44
-	    ;;
a953f44
-	  *aix*)
a953f44
-	    ;;
a953f44
-	  *)
a953f44
-	    soname=`echo $soname | sed -e "s/libsane-[A-Za-z_0-9]*/libsane/g"`
a953f44
-	esac
a953f44
-	# End of local change
a953f44
-
a953f44
 	lib="$output_objdir/$realname"
a953f44
 	linknames=
a953f44
 	for link
a953f44
-- 
a953f44
1.7.11.4
a953f44