From e9ea28b0af50ffbcd96639040b6fac539d9b6f3b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 6 Aug 2008 22:10:29 +0000 Subject: use $(FPIC) in a few places where it matters SVN-Revision: 12225 --- package/openssl/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/openssl') diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 2937368..f19551d 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) -- cgit v1.1