Add -fPIC to make wolfssl happy on Ubuntu 16.04

This commit is contained in:
Duke Leto
2021-02-23 07:54:40 -08:00
parent eb9a7cdd00
commit 00a7437ad8
2 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ endef
#endef
define $(package)_build_cmds
$(MAKE) -j1 src/libwolfssl.la
$(MAKE) CPPFLAGS='-fPIC' -j1 src/libwolfssl.la
endef
define $(package)_stage_cmds