components/desktop/dbus/patches/dbus-04-m4.patch
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Fri, 29 Apr 2016 14:55:13 -0700
changeset 5888 09b82e3ff500
permissions -rw-r--r--
23169096 Move D-Bus packages to Userland 15714235 system/library/libdbus is missing all its dependencies 21020807 Add "RO" to res1 field of auth_attr.d files in DBus

Patch migrated from Desktop, where it was listed as:
# date:2012-12-19 owner:Rohini S <[email protected]> type:bug

Solaris only patch - need to determine if we can find better fix

--- dbus-1.4.18/m4/libtool.m4-orig	2012-02-13 17:40:45.822749664 -0600
+++ dbus-1.4.18/m4/libtool.m4	2012-02-13 17:41:02.499016163 -0600
@@ -1471,13 +1471,13 @@ old_postuninstall_cmds=
 if test -n "$RANLIB"; then
   case $host_os in
   openbsd*)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
     ;;
   *)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
     ;;
   esac
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 fi
 
 case $host_os in