Skip to content

Commit

Permalink
pythongh-123297: Propagate LD_FLAGS to LDCXXSHARED in sysconfig (pyth…
Browse files Browse the repository at this point in the history
…onGH-123298)

(cherry picked from commit c535a49)

Co-authored-by: Pablo Galindo Salgado <[email protected]>
  • Loading branch information
pablogsal authored and miss-islington committed Aug 25, 2024
1 parent 93d4a19 commit d0da4ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ SHLIB_SUFFIX= @SHLIB_SUFFIX@
EXT_SUFFIX= @EXT_SUFFIX@
LDSHARED= @LDSHARED@ $(PY_LDFLAGS)
BLDSHARED= @BLDSHARED@ $(PY_CORE_LDFLAGS)
LDCXXSHARED= @LDCXXSHARED@
LDCXXSHARED= @LDCXXSHARED@ $(PY_LDFLAGS)
DESTSHARED= $(BINLIBDEST)/lib-dynload

# List of exported symbols for AIX
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Propagate the value of ``LDFLAGS`` to ``LDCXXSHARED`` in :mod:`sysconfig`.
Patch by Pablo Galindo

0 comments on commit d0da4ea

Please sign in to comment.