mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
configure: use ar and ranlib in deterministic mode
this makes the static libraries binary reproducible Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7b6f419176
commit
7e857cd571
4
configure
vendored
4
configure
vendored
@ -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"
|
ranlib_default="ranlib -D"
|
||||||
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
|
|||||||
arflags='-Xany -r -c'
|
arflags='-Xany -r -c'
|
||||||
ar_o='$@'
|
ar_o='$@'
|
||||||
else
|
else
|
||||||
arflags="rc"
|
arflags="Drc"
|
||||||
ar_o='$@'
|
ar_o='$@'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user