1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/mdbtools/10-Werror.patch
Holger Jaekel 9908830bf1 testing/mdbtools: new aport
https://github.com/mdbtools/mdbtools
A library for reading MS Access database files
2021-08-02 09:05:47 +00:00

14 lines
359 B
Diff

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