From d2b3fe38c6b25f096ea20f0339fea1a0f6dc3421 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 5 Feb 2015 11:28:26 +0100 Subject: must be compiled with PIC, otherwise Ruby Hostbuild fails --- package/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/openssl/Makefile') diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 09c82b08a..37d11baf0 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= openssl PKG_VERSION:= 1.0.1j -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= 1b60ca8789ba6f03e8ef20da2293b8dc131c39d83814e775069f02d26354edf3 PKG_DESCR:= secure socket layer libraries PKG_SECTION:= libs/crypto @@ -64,7 +64,7 @@ CONFIG:= linux-embedded endif host-configure: - (cd $(WRKBUILD); ./config --prefix='$(STAGING_HOST_DIR)/usr') + (cd $(WRKBUILD); ./config --prefix='$(STAGING_HOST_DIR)/usr' -fPIC) host-build: (cd $(WRKBUILD); make) -- cgit v1.2.3