gensio: add patch with workaround for buildbots (refs #24047) 24081/head
authorMichael Heimpold <mhei@heimpold.de>
Sat, 4 May 2024 19:54:50 +0000 (21:54 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Sat, 4 May 2024 21:15:59 +0000 (23:15 +0200)
commitecef65b3c464aa4b74da9249ca472cc2594b387d
treedb15e9dbd8f00348605ecb995b3e2647e8a2f6e0
parent3cac19e4ec6aa96a404dbddb7bb8c07ebc582859
gensio: add patch with workaround for buildbots (refs #24047)

This should solve the issue found on the buildbots:

-snip-
...
checking consistency of all components of python development environment... yes
./configure: line 24172: test: =: unary operator expected
checking for pam_start in -lpam... (cached) no
...
-snap-

For still unknown reason, AX_PYTHON_DEVEL from the included
m4 file is not used which would set the variable the correct way.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
net/gensio/patches/0001-Ensure-that-ax_python_devel_found_is_defined.patch [new file with mode: 0644]