mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-16 19:12:34 +01:00
https://github.com/canonical/dqlite/releases/tag/v1.18.0 Remove upstreamed `execinfo.patch` and refreshed `no-werror.patch`.
20 lines
419 B
Diff
20 lines
419 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -3,7 +3,7 @@
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
AC_CONFIG_AUX_DIR([ac])
|
|
|
|
-AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror -Wno-portability foreign])
|
|
+AM_INIT_AUTOMAKE([subdir-objects -Wall -Wno-portability foreign])
|
|
AM_SILENT_RULES([yes])
|
|
|
|
AC_SUBST(AM_CFLAGS)
|
|
@@ -114,7 +114,6 @@
|
|
-Wnested-externs \
|
|
-Wconversion \
|
|
-Wno-format-nonliteral \
|
|
- -Werror \
|
|
])
|
|
# To enable:
|
|
#
|