Consolidate HID depends makefiles into single recipe

Make sure all required dependencies are linked statically, by only
providing the static libraries.
This commit is contained in:
TheCharlatan 2018-10-07 19:16:22 +02:00
parent 533d31d050
commit 21a624af23
8 changed files with 16 additions and 59 deletions

View file

@ -5,7 +5,7 @@ $(package)_file_name=libsodium-$($(package)_version).tar.gz
$(package)_sha256_hash=fb6a9e879a2f674592e4328c5d9f79f082405ee4bb05cb6e679b90afe9e178f4
define $(package)_set_vars
$(package)_config_opts=--enable-static
$(package)_config_opts=--enable-static --disable-shared
$(package)_config_opts+=--prefix=$(host_prefix)
endef