more changes for freebsd support

This commit is contained in:
jahway603
2023-04-05 16:51:36 -04:00
parent 31ac51d58d
commit e0f27459b0
3 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ $(package)_sha256_hash=58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba514
define $(package)_set_vars
$(package)_cxxflags+=-std=c++11
$(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_freebsd=-fPIC
endef
ifeq ($(build_os),darwin)