summaryrefslogtreecommitdiffstats
path: root/rules/openssl.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-03-19 07:59:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-19 07:59:46 +0100
commit38be7ffeb4bc198721fe10fce95a14ad3d8049c4 (patch)
treebd63109425700241f011f3f930ecadf019632bbd /rules/openssl.make
parent24c7b045d5ab83bfa120217b77b564231678398d (diff)
downloadptxdist-38be7ffeb4bc198721fe10fce95a14ad3d8049c4.tar.gz
ptxdist-38be7ffeb4bc198721fe10fce95a14ad3d8049c4.tar.xz
openssl: explicitly set the libdir
Otherwise it is detected automatically. Without this, on Ubuntu Bionic it is incorrectly detected as /usr/lib64. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/openssl.make')
-rw-r--r--rules/openssl.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/openssl.make b/rules/openssl.make
index 17ee27914..24829c944 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -67,6 +67,7 @@ endif
#
OPENSSL_CONF_OPT := \
--prefix=/usr \
+ --libdir=/usr/lib \
--openssldir=/usr/lib/ssl \
shared \
no-idea \