Commit b134b12
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 cf6758f commit b134b12
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6424 | 6424 | | |
6425 | 6425 | | |
6426 | 6426 | | |
6427 | | - | |
| 6427 | + | |
6428 | 6428 | | |
6429 | 6429 | | |
6430 | 6430 | | |
| |||
0 commit comments