diff options
Diffstat (limited to 'package/openssl')
-rw-r--r-- | package/openssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 2937368b15..f19551df3d 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -89,6 +89,8 @@ define Build/Configure ) endef +TARGET_CFLAGS += $(FPIC) + define Build/Compile rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) |