1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/mdbtools/10-Werror.patch
2022-10-31 21:16:32 +01:00

14 lines
370 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: treat compiler warnings as warnings, not errors
----
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@
AC_SUBST(SQL)
AC_SUBST(LFLAGS)
-CFLAGS="$CFLAGS -Wall -Werror"
+CFLAGS="$CFLAGS -Wall"
LOCALE_T=locale_t
AS_CASE([$host],
[*mingw*], [LDFLAGS="$LDFLAGS -no-undefined" LOCALE_T=_locale_t], [])