summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-03-19 09:29:25 (GMT)
committerGitHub <noreply@github.com>2021-03-19 09:29:25 (GMT)
commit32eba61ea431c76f15a910c0a4eded7f5f8b9b34 (patch)
tree4e927023cfd797501d0dc8cf160068acfb4f61b9 /Makefile.pre.in
parentff8c77fe96c1e0e1822f3b821e9c6dcfbec22a56 (diff)
downloadcpython-32eba61ea431c76f15a910c0a4eded7f5f8b9b34.zip
cpython-32eba61ea431c76f15a910c0a4eded7f5f8b9b34.tar.gz
cpython-32eba61ea431c76f15a910c0a4eded7f5f8b9b34.tar.bz2
bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 5ad304e..6ca47d3 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -202,6 +202,7 @@ ENSUREPIP= @ENSUREPIP@
OPENSSL_INCLUDES=@OPENSSL_INCLUDES@
OPENSSL_LIBS=@OPENSSL_LIBS@
OPENSSL_LDFLAGS=@OPENSSL_LDFLAGS@
+OPENSSL_RPATH=@OPENSSL_RPATH@
# Default zoneinfo.TZPATH. Added here to expose it in sysconfig.get_config_var
TZPATH=@TZPATH@