Blame SOURCES/bacula-7.0.4-autoconf.patch

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