Files
gentoo/dev-libs/dqlite/files/dqlite-1.18.0-disable-werror.patch
Brahmajit Das ad65bb6ca0 dev-libs/dqlite: add 1.18.0
Closes: https://github.com/gentoo/gentoo/pull/39527
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2025-03-31 15:47:03 +03:00

20 lines
534 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([libdqlite], [1.18.0], [https://github.com/canonical/dqlite])
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 @@ CC_CHECK_FLAGS_APPEND([AM_CFLAGS],[CFLAGS],[ \
-Wnested-externs \
-Wconversion \
-Wno-format-nonliteral \
- -Werror \
])
# To enable:
#