summaryrefslogtreecommitdiffstats
path: root/rules/host-python3.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-20 16:54:13 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-20 18:09:10 +0200
commitb8008413511a4b93448b58e5183109f87dac0e7a (patch)
tree0d903c63f8dabe1dffb9ee82bfa7e58b32963fe5 /rules/host-python3.make
parentcdd2e21efdc92ecb837956a840c9f30d17a37ce2 (diff)
downloadptxdist-b8008413511a4b93448b58e5183109f87dac0e7a.tar.gz
ptxdist-b8008413511a4b93448b58e5183109f87dac0e7a.tar.xz
host-python3: explicitly set openssl dir
setup.py searches for headers and libs manually. Without the explicit path to sysroot the files may not be found because pkg-config skips these paths for '-I' and '-L'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-python3.make')
-rw-r--r--rules/host-python3.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-python3.make b/rules/host-python3.make
index 25e0d9f28..d8a1277f8 100644
--- a/rules/host-python3.make
+++ b/rules/host-python3.make
@@ -56,7 +56,8 @@ HOST_PYTHON3_CONF_OPT := \
--without-valgrind \
--without-dtrace \
--with-computed-gotos \
- --without-ensurepip
+ --without-ensurepip \
+ --with-openssl=$(PTXDIST_SYSROOT_HOST)
# ----------------------------------------------------------------------------
# Install