depends: Add FreeBSD support

This commit is contained in:
Howard Chu 2019-11-11 08:34:47 +00:00
parent 607c01aa56
commit cca6e5c645
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
9 changed files with 68 additions and 14 deletions

View file

@ -10,6 +10,7 @@ define $(package)_set_vars
$(package)_config_opts=--enable-static
$(package)_config_opts=--disable-shared
$(package)_config_opts_linux=--with-pic
$(package)_config_opts_freebsd=--with-pic
endef
define $(package)_preprocess_cmds