1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/mdbtools/10-Werror.patch
2021-10-31 19:52:55 +00: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], [])