Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
doc-figures | no | |||||
systemd-debian | no | |||||
mbrola-paths | espeak uses the multiarch directory for voices. | no | ||||
nopython | diff --git a/src/api/python/speechd_config/Makefile.am b/src/api/python/speechd_config/Makefile.am index 7efaad14..96824b4d 100644 |
no | ||||
implicit | commit e777c6e521b54f5c73b293f1e82bee3ba6b8656a Use AC_USE_SYSTEM_EXTENSIONS We already set _GNU_SOURCE in various places but not consistently. Let's just use autoconf's AC_USE_SYSTEM_EXTENSIONS to ensure it's always set. Fixes failure when building tests: ``` x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/api/c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat -c -o run_test.o run_test.c run_test.c: In function ‘wait_for’: run_test.c:93:21: error: implicit declaration of function ‘strcasestr’; did you mean ‘strcasecmp’? [-Werror=implicit-function-declaration] 93 | while (0 == strcasestr(reply, event)) { | ^~~~~~~~~~ | strcasecmp cc1: some warnings being treated as errors ``` Signed-off-by: Sam James <sam@gentoo.org> |
Sam James <sam@gentoo.org> | no | 2022-10-31 |