diff options
Diffstat (limited to 'tools/libressl/Makefile')
-rw-r--r-- | tools/libressl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index 1e3a6f80fb..be6a48be28 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -22,5 +22,6 @@ HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk HOST_CONFIGURE_ARGS += --disable-shared +HOST_CFLAGS += $(FPIC) $(eval $(call HostBuild)) |