aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2024-05-05 16:17:16 +0200
committerGitHub <noreply@github.com>2024-05-05 16:17:16 +0200
commit7410fe81889968b704b65115101ff1ee81b074cb (patch)
tree3d43a7cb921b7eedab31f511cb9a6e01db3a37ea
parentc1b3e0440f67bcec101a3f72525f9c90eb4e6497 (diff)
parentecef65b3c464aa4b74da9249ca472cc2594b387d (diff)
Merge pull request #24081 from mhei/fix-buildbots-for-gensio
gensio: add patch with workaround for buildbots (refs #24047)
-rw-r--r--net/gensio/patches/0001-Ensure-that-ax_python_devel_found_is_defined.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/gensio/patches/0001-Ensure-that-ax_python_devel_found_is_defined.patch b/net/gensio/patches/0001-Ensure-that-ax_python_devel_found_is_defined.patch
new file mode 100644
index 000000000..adf60ce3a
--- /dev/null
+++ b/net/gensio/patches/0001-Ensure-that-ax_python_devel_found_is_defined.patch
@@ -0,0 +1,10 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -2002,6 +2002,7 @@ if test "x$trypython" = "xyes"; then
+ PYTHON_CPPFLAGS="$pythoncflags"
+ fi
+ AX_PYTHON_DEVEL([], [true])
++ ax_python_devel_found=yes
+ else
+ ax_python_devel_found=no
+ fi