aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mdbtools/10-Werror.patch
diff options
context:
space:
mode:
authorHolger Jaekel <holger.jaekel@gmx.de>2021-10-31 19:24:42 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-10-31 19:52:55 +0000
commitc0fc87168c87975610d481bacf010a238951b95e (patch)
treeb0f863a81582ae88d79ce009c8a6a8a519c084f2 /testing/mdbtools/10-Werror.patch
parent8c3d9e6630416e06cc81742f44b95532aacf67c8 (diff)
testing/mdbtools: upgrade to 1.0.0
Diffstat (limited to 'testing/mdbtools/10-Werror.patch')
-rw-r--r--testing/mdbtools/10-Werror.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/mdbtools/10-Werror.patch b/testing/mdbtools/10-Werror.patch
index 65c8f72c2ed..c186e2cdb6d 100644
--- a/testing/mdbtools/10-Werror.patch
+++ b/testing/mdbtools/10-Werror.patch
@@ -3,12 +3,12 @@ Summary: treat compiler warnings as warnings, not errors
----
--- a/configure.ac
+++ b/configure.ac
-@@ -87,7 +87,7 @@
+@@ -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*|*cygwin*], [LDFLAGS="$LDFLAGS -no-undefined"], [])
- AS_CASE([$host],
+ [*mingw*], [LDFLAGS="$LDFLAGS -no-undefined" LOCALE_T=_locale_t], [])