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
23 changed files with 89 additions and 20 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ define $(package)_set_vars
endef
define $(package)_config_cmds
$($(package)_autoconf)
$($(package)_autoconf) AR_FLAGS=$($(package)_arflags)
endef
define $(package)_build_cmds