diff options
author | j.r <j.r@jugendhacker.de> | 2022-02-18 18:50:02 +0100 |
---|---|---|
committer | j.r <j.r@jugendhacker.de> | 2022-02-18 19:45:31 +0100 |
commit | 5676159aa52a734a34bf231b400ae13860e1012d (patch) | |
tree | 38da66ce956e8b3446ded0198f00441f22dacb40 /tests | |
parent | 57fb10f0bf11351a5c5490742e61b29c36d95d38 (diff) | |
download | profani-tty-5676159aa52a734a34bf231b400ae13860e1012d.tar.gz |
Fix python executed during configure
Previously it relied on AX_PYTHON_DEVEL, which in turn executes python-config to get the build flags. However this does not work while cross compiling because we can't execute the python-config build for the target platform. To circumvent this problem the python build flags are now queried via pkgconfig, which has the drawback of not having some extra build flags, but they do not seem to be needed. I tested this patch with the termux build system and it build without their existing hack of injecting python after the configure step. I also tested non cross compile build on Arch Linux and it also still works. Fixes #851
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions