summaryrefslogtreecommitdiff
path: root/package/openssl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-05 11:28:26 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-05 11:29:24 +0100
commitd2b3fe38c6b25f096ea20f0339fea1a0f6dc3421 (patch)
tree23b5b42554655e90ffaa6b2eb151c13d871ef79b /package/openssl
parentc52d834d7ffd4a028efa483b1e347551a9c9bddf (diff)
must be compiled with PIC, otherwise Ruby Hostbuild fails
Diffstat (limited to 'package/openssl')
-rw-r--r--package/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
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)