Commit e30a3cf
committed
GH-138800: fix variable substitution in python3.pc for Android
$(BLDLIBRARY) substitution works in Makefiles where variables are
expanded at the time of execution. This expansion does not happen in
static files like .pc, so use value of BLDLIBRARY instead of trying to
substitute the value.
Patch stolen from downstream distribution of Python for Termux
(Android): termux/termux-packages#27739
Preferably needs to be backported to both Python 3.13 as well as Python
3.14, along with the main branch
Fixes #1388001 parent 945bf8c commit e30a3cf
File tree
3 files changed
+3
-2
lines changed- Misc/NEWS.d/next/Build
3 files changed
+3
-2
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6452 | 6452 | | |
6453 | 6453 | | |
6454 | 6454 | | |
6455 | | - | |
| 6455 | + | |
6456 | 6456 | | |
6457 | 6457 | | |
6458 | 6458 | | |
| |||
0 commit comments