Commit 5a1e524b authored by Michael Niedermayer's avatar Michael Niedermayer

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

This breaks on BSDs

This reverts commit 7e857cd5.
parent 7e857cd5
...@@ -2702,7 +2702,7 @@ ln_s="ln -s -f" ...@@ -2702,7 +2702,7 @@ ln_s="ln -s -f"
nm_default="nm -g" nm_default="nm -g"
objformat="elf" objformat="elf"
pkg_config_default=pkg-config pkg_config_default=pkg-config
ranlib_default="ranlib -D" ranlib_default="ranlib"
strip_default="strip" strip_default="strip"
yasmexe_default="yasm" yasmexe_default="yasm"
windres_default="windres" windres_default="windres"
...@@ -3601,7 +3601,7 @@ elif $ar 2>&1 | grep -q 'Usage: ar.*-X.*any'; then ...@@ -3601,7 +3601,7 @@ elif $ar 2>&1 | grep -q 'Usage: ar.*-X.*any'; then
arflags='-Xany -r -c' arflags='-Xany -r -c'
ar_o='$@' ar_o='$@'
else else
arflags="Drc" arflags="rc"
ar_o='$@' ar_o='$@'
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment