1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src
j.r 5676159aa5
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
2022-02-18 19:45:31 +01:00
..
command Fix typos in comments 2022-02-18 18:59:32 +01:00
config auto-format 2021-10-27 22:45:44 +02:00
event Remove banned muc member from member list 2022-02-02 21:57:44 +01:00
omemo build: remove support for old libsignal 2022-02-18 14:01:28 +01:00
otr build: remove otr3 support 2022-02-18 14:01:28 +01:00
pgp auto-format 2022-02-01 15:01:28 +01:00
plugins Fix python executed during configure 2022-02-18 19:45:31 +01:00
tools auto-format 2022-02-01 15:01:28 +01:00
ui auto-format 2022-02-01 15:01:28 +01:00
xmpp Fix typos in comments 2022-02-18 18:59:32 +01:00
common.c Fix random string generation 2021-04-17 22:37:21 +02:00
common.h Refactor call_external 2020-12-11 15:51:01 +01:00
database.c auto-format 2022-02-01 15:01:28 +01:00
database.h Apply coding style 2020-07-07 14:18:57 +02:00
log.c Format code correctly 2021-10-05 10:01:27 +02:00
log.h Remove log_reinit() 2020-12-11 11:18:24 +01:00
main.c first step to remove libmesode 2021-10-27 22:45:44 +02:00
profanity.c Format new register code correctly 2021-10-13 21:32:44 +02:00
profanity.h Update copyright 2021-01-08 16:36:30 +01:00