summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2024-08-25 20:01:58 (GMT)
committerGitHub <noreply@github.com>2024-08-25 20:01:58 (GMT)
commitc535a49e9260ad0fac022474f6381836051c9758 (patch)
treeb36ec61bf882bf702992e4aaf65f6cceea997c92 /Misc/NEWS.d/next/Build
parent249b083ed8b3cfdff30bf578d7f9d3c5e982a4eb (diff)
downloadcpython-c535a49e9260ad0fac022474f6381836051c9758.zip
cpython-c535a49e9260ad0fac022474f6381836051c9758.tar.gz
cpython-c535a49e9260ad0fac022474f6381836051c9758.tar.bz2
gh-123297: Propagate LD_FLAGS to LDCXXSHARED in sysconfig (#123298)
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2024-08-24-19-09-31.gh-issue-123297.fdtXoe.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-08-24-19-09-31.gh-issue-123297.fdtXoe.rst b/Misc/NEWS.d/next/Build/2024-08-24-19-09-31.gh-issue-123297.fdtXoe.rst
new file mode 100644
index 0000000..d2c831b
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2024-08-24-19-09-31.gh-issue-123297.fdtXoe.rst
@@ -0,0 +1,2 @@
+Propagate the value of ``LDFLAGS`` to ``LDCXXSHARED`` in :mod:`sysconfig`.
+Patch by Pablo Galindo