build: add FreeBSD support to depends

This commit is contained in:
fanquake
2022-01-03 13:21:58 +08:00
parent 2d7ffce852
commit ae9175f608
8 changed files with 43 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ $(package)_sha256_hash=486748abfb16abd8af664e3a5f03b228e5f124682b0c942e157644bf6
define $(package)_set_vars
$(package)_config_opts=--disable-shared --disable-readline --disable-dynamic-extensions --enable-option-checking
$(package)_config_opts_linux=--with-pic
$(package)_config_opts_freebsd=--with-pic
endef
define $(package)_preprocess_cmds