Blame SOURCES/bacula-autoconf.patch

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