Add ARFLAGS

Needed to invoke deterministic mode on some archivers
This commit is contained in:
Howard Chu 2019-11-13 13:50:17 +00:00
parent 35b5e917aa
commit 024a1c7ddf
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
23 changed files with 89 additions and 20 deletions

View file

@ -18,7 +18,7 @@ endef
define $(package)_config_cmds
./bootstrap &&\
$($(package)_autoconf) $($(package)_config_opts)
$($(package)_autoconf) $($(package)_config_opts) AR_FLAGS=$($(package)_arflags)
endef
define $(package)_build_cmds