summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-12-03 16:57:15 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-12-03 16:57:19 +0100
commit1c5e465dbed5ec7b7e5a12c9e6fc4620f83f56d0 (patch)
tree570f91b88789485416342daf7039074ce847f496
parentcc52cf36baf0e0063a211f7a37eb4cedf222a7c4 (diff)
downloadptxdist-1c5e465dbed5ec7b7e5a12c9e6fc4620f83f56d0.tar.gz
ptxdist-1c5e465dbed5ec7b7e5a12c9e6fc4620f83f56d0.tar.xz
host-openssl: build with -PIC
This is necessary to use it with PIE. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-openssl.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-openssl.make b/rules/host-openssl.make
index c6ffbed37..fd89c871a 100644
--- a/rules/host-openssl.make
+++ b/rules/host-openssl.make
@@ -35,7 +35,7 @@ HOST_OPENSSL_MAKE_PAR := NO
HOST_OPENSSL_CONF_OPT = \
--prefix=/ \
--install_prefix=$(HOST_OPENSSL_PKGDIR) \
- --libdir=/lib
+ --libdir=/lib -fPIC
HOST_OPENSSL_INSTALL_OPT := \
install_sw