mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-13 16:11:37 +02:00
- Update from version 0.3.5 to 0.4.0
- Update of rootfile not required
- Update of patch in line with libcdada version
- Changelog
v0.4.0 (12th March 2022)
Add `cdada_map_insert_replace()`
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
25 lines
688 B
Diff
25 lines
688 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index f2c4dde..fbde89c 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -4,7 +4,7 @@ AC_INIT(LIBCDADA, m4_esyscmd_s(cat VERSION), marcdevel@gmail.com, libcdada, http
|
|
AC_CONFIG_AUX_DIR([build-aux])
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
|
|
-AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
|
|
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
|
|
|
|
AC_GNU_SOURCE
|
|
|
|
@@ -24,8 +24,8 @@ LT_INIT
|
|
AC_ENABLE_STATIC
|
|
|
|
# Some useful default flags
|
|
-CFLAGS="-std=gnu89 -Werror -Wall $CFLAGS"
|
|
-CXXFLAGS="-Werror -Wall $CXXFLAGS"
|
|
+CFLAGS="-std=gnu89 -Wall $CFLAGS"
|
|
+CXXFLAGS="-Wall $CXXFLAGS"
|
|
AC_DEFINE([__STDC_FORMAT_MACROS], [], [Description])
|
|
|
|
# Check for Python3
|