gensio: add patch with workaround for buildbots (refs #24047)
[feed/packages.git] / net / gensio / patches / 0001-Ensure-that-ax_python_devel_found_is_defined.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -2002,6 +2002,7 @@ if test "x$trypython" = "xyes"; then
4 PYTHON_CPPFLAGS="$pythoncflags"
5 fi
6 AX_PYTHON_DEVEL([], [true])
7 + ax_python_devel_found=yes
8 else
9 ax_python_devel_found=no
10 fi