14181N/APatch migrated from Desktop, where it was listed as:
14181N/A# date:2012-12-19 owner:Rohini S <rohini.s@oracle.com> type:bug
14181N/A
14181N/ASolaris only patch - need to determine if we can find better fix
14181N/A
14181N/A--- dbus-1.4.18/m4/libtool.m4-orig 2012-02-13 17:40:45.822749664 -0600
14181N/A+++ dbus-1.4.18/m4/libtool.m4 2012-02-13 17:41:02.499016163 -0600
14181N/A@@ -1471,13 +1471,13 @@ old_postuninstall_cmds=
14181N/A if test -n "$RANLIB"; then
14181N/A case $host_os in
14181N/A openbsd*)
14181N/A- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
20801N/A+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
14181N/A ;;
14181N/A *)
14181N/A- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
14181N/A+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
14181N/A ;;
14181N/A esac
14181N/A- old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
14181N/A+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
14181N/A fi
14181N/A
14181N/A case $host_os in
14181N/A