gensio: add patches/fixes to workaround swig and python detection 22723/head
authorMichael Heimpold <mhei@heimpold.de>
Tue, 21 Nov 2023 23:39:17 +0000 (00:39 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Tue, 21 Nov 2023 23:45:25 +0000 (00:45 +0100)
commitfd6832b4bc6b46d4c7b9111994d5373391b66744
treea3b5b7ad3c3c9664e91ccedc3cecbaa374832230
parent7fb8337c89708c168ddb76b29d3f80a6da20f85d
gensio: add patches/fixes to workaround swig and python detection

The built-in swig/python detection does not works well
when system-wide m4 macros are available with same name
but different content.
So make the configure stuff compatible, resp. workaround
a little bit.

It seems also necessary to pass the PYTHON_LIBS environment
during the compile phase.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
net/gensio/Makefile
net/gensio/patches/0001-Ensure-that-ax_python_devel_found-is-defined.patch
net/gensio/patches/0002_ax_python_devel-fix-serial.patch [new file with mode: 0644]
net/gensio/patches/0003-Revert-ax_pkg_swig.m4-to-latest-vanilla-version.patch [new file with mode: 0644]