Blame SOURCES/bacula-7.0.4-autoconf.patch

6d394f
diff -Naur bacula-7.0.4.old/autoconf/ltmain.sh bacula-7.0.4/autoconf/ltmain.sh
6d394f
--- bacula-7.0.4.old/autoconf/ltmain.sh	2014-07-24 17:43:23.085243360 +0200
6d394f
+++ bacula-7.0.4/autoconf/ltmain.sh	2014-07-24 17:45:12.505330842 +0200
6d394f
@@ -2429,6 +2429,7 @@
6d394f
   -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
6d394f
   -shared           only do dynamic linking of libtool libraries
6d394f
   -shrext SUFFIX    override the standard shared library file extension
6d394f
+  -soname SONAME    override the standard shared object name
6d394f
   -static           do not do any dynamic linking of uninstalled libtool libraries
6d394f
   -static-libtool-libs
6d394f
                     do not do any dynamic linking of libtool libraries
6d394f
@@ -5434,6 +5435,11 @@
6d394f
 	  prev=
6d394f
 	  continue
6d394f
 	  ;;
6d394f
+	soname)
6d394f
+	  soname_spec="$arg"
6d394f
+	  prev=
6d394f
+	  continue
6d394f
+	  ;;
6d394f
 	weak)
6d394f
 	  func_append weak_libs " $arg"
6d394f
 	  prev=
6d394f
@@ -5754,6 +5760,11 @@
6d394f
 	continue
6d394f
 	;;
6d394f
 
6d394f
+      -soname)
6d394f
+   prev=soname
6d394f
+   continue
6d394f
+   ;;
6d394f
+
6d394f
       -static | -static-libtool-libs)
6d394f
 	# The effects of -static are defined in a previous loop.
6d394f
 	# We used to do the same as -all-static on platforms that