Commit 64f1e1a
committed
nnrpd: Order change in link command
Python 3.11 somehow advertises on Debian bookworm
"-L/usr/lib/x86_64-linux-gnu" as LIBDIR whereas Python 3.9 advertises
on Debian bullseye "-L/usr/lib/x86_64-linux-gnu/python3.9" as LIBDIR.
It breaks the build of custom libraries whose lib path is mentioned
afterwards. So just put PYTHON_LIBS at the end. Quick fix!1 parent b7a18b5 commit 64f1e1a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments