Michal Nowak
2018-07-05 edbff5c1dc00e215d2b7d071984233c846960423
commit | author | age
40ece5 1 --- dbus-1.10.8/m4/libtool.m4.~1~    2016-03-11 00:21:28.159616976 +0300
AP 2 +++ dbus-1.10.8/m4/libtool.m4    2016-03-11 00:28:29.226194478 +0300
3 @@ -1547,13 +1547,13 @@
19b256 4  if test -n "$RANLIB"; then
AP 5    case $host_os in
40ece5 6    bitrig* | openbsd*)
19b256 7 -    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
AP 8 +    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
9      ;;
10    *)
11 -    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
12 +    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
13      ;;
14    esac
15 -  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
16 +  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
17  fi
18  
19  case $host_os in