summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tq-group.com>2014-11-25 14:25:28 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-11-26 10:57:31 +0100
commit255320b7e0f9678565c801fe2d4aa62300fd6921 (patch)
tree8895c8aa3c1f82709d332207872d4434987e93dd
parentbc5678930f915b5e1fc81435442672a80865fa6e (diff)
downloadptxdist-255320b7e0f9678565c801fe2d4aa62300fd6921.tar.gz
ptxdist-255320b7e0f9678565c801fe2d4aa62300fd6921.tar.xz
host-open-ssl: fix lib install on 64 Bit host
openssl installs to lib64 on x84_64 when --libdir is not given. Set libdir to /lib to have libcrypto and libssl on the right place. Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-openssl.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-openssl.make b/rules/host-openssl.make
index 4ca1ce52b..c6ffbed37 100644
--- a/rules/host-openssl.make
+++ b/rules/host-openssl.make
@@ -34,7 +34,8 @@ HOST_OPENSSL_MAKE_PAR := NO
# no ':=' here
HOST_OPENSSL_CONF_OPT = \
--prefix=/ \
- --install_prefix=$(HOST_OPENSSL_PKGDIR)
+ --install_prefix=$(HOST_OPENSSL_PKGDIR) \
+ --libdir=/lib
HOST_OPENSSL_INSTALL_OPT := \
install_sw