perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / gevent / patches / 01-c-ares-disable-tests.patch
blob5937cad2d4c2fbd05745b5a6c4046d44cb2fd013
1 https://github.com/gevent/gevent/issues/2029
3 --- gevent-24.2.1/_setupares.py.orig
4 +++ gevent-24.2.1/_setupares.py
5 @@ -42,7 +42,7 @@
6 ares_configure_command = ' '.join([
7 "(cd ", quoted_dep_abspath('c-ares'),
8 " && if [ -r include/ares_build.h ]; then cp include/ares_build.h include/ares_build.h.orig; fi ",
9 - " && sh ./configure --disable-dependency-tracking -C " + cflags,
10 + " && sh ./configure --disable-dependency-tracking --disable-tests -C " + cflags,
11 " && cp src/lib/ares_config.h include/ares_build.h \"$OLDPWD\" ",
12 " && cat include/ares_build.h ",
13 " && if [ -r include/ares_build.h.orig ]; then mv include/ares_build.h.orig include/ares_build.h; fi)",