]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/ltmain.sh
Apply MSQL detection fixes from bug #1829
[bacula/bacula] / bacula / autoconf / ltmain.sh
index 3061e3c5a2f71da20e6715700280d02e4db3bdea..5ddcc7922e45cb23fba790eb9558effef2502118 100644 (file)
@@ -2428,6 +2428,7 @@ The following components of LINK-COMMAND are treated specially:
   -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
   -shared           only do dynamic linking of libtool libraries
   -shrext SUFFIX    override the standard shared library file extension
+  -soname SONAME    override the standard shared object name
   -static           do not do any dynamic linking of uninstalled libtool libraries
   -static-libtool-libs
                     do not do any dynamic linking of libtool libraries
@@ -5422,6 +5423,11 @@ func_mode_link ()
          prev=
          continue
          ;;
+        soname)
+         soname_spec="$arg"
+         prev=
+         continue
+         ;;
        weak)
          func_append weak_libs " $arg"
          prev=
@@ -5741,6 +5747,11 @@ func_mode_link ()
        continue
        ;;
 
+      -soname)
+       prev=soname
+       continue
+       ;;
+
       -static | -static-libtool-libs)
        # The effects of -static are defined in a previous loop.
        # We used to do the same as -all-static on platforms that