提交 5a1e524b 编写于 作者: M Michael Niedermayer

Revert "configure: use ar and ranlib in deterministic mode"

This breaks on BSDs

This reverts commit 7e857cd5.
上级 7e857cd5
......@@ -2702,7 +2702,7 @@ ln_s="ln -s -f"
nm_default="nm -g"
objformat="elf"
pkg_config_default=pkg-config
ranlib_default="ranlib -D"
ranlib_default="ranlib"
strip_default="strip"
yasmexe_default="yasm"
windres_default="windres"
......@@ -3601,7 +3601,7 @@ elif $ar 2>&1 | grep -q 'Usage: ar.*-X.*any'; then
arflags='-Xany -r -c'
ar_o='$@'
else
arflags="Drc"
arflags="rc"
ar_o='$@'
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册