summaryrefslogtreecommitdiffstats
path: root/rules/host-openssl.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-05-26 14:24:50 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-05-26 14:24:50 +0200
commitf455b686266da868d9f8603092ca46004e04cd68 (patch)
treebb2ad050ae862840a64a0932d20bd373092e0982 /rules/host-openssl.make
parent891fa22c7880dbb3ea4c32ecef93ae91ef6d79e0 (diff)
downloadptxdist-f455b686266da868d9f8603092ca46004e04cd68.tar.gz
ptxdist-f455b686266da868d9f8603092ca46004e04cd68.tar.xz
host-openssl: build shared libs
When linking aginst libssl we might get missing libdl symbols otherwise. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-openssl.make')
-rw-r--r--rules/host-openssl.make6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/host-openssl.make b/rules/host-openssl.make
index 85f28e441..fbb2e55d7 100644
--- a/rules/host-openssl.make
+++ b/rules/host-openssl.make
@@ -1,7 +1,7 @@
# -*-makefile-*-
#
# Copyright (C) 2011 by George McCollister <george.mccollister@gmail.com>
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -34,7 +34,9 @@ HOST_OPENSSL_CONF_ENV := $(HOST_ENV)
HOST_OPENSSL_CONF_OPT = \
--prefix=/ \
--install_prefix=$(HOST_OPENSSL_PKGDIR) \
- --libdir=/lib -fPIC
+ --libdir=/lib \
+ shared
+
HOST_OPENSSL_INSTALL_OPT := \
install_sw