diff --git a/configure.ac b/configure.ac index f680663..a8d03ca 100644 --- a/configure.ac +++ b/configure.ac @@ -16,10 +16,10 @@ ADD_WERROR="no" # Test for -Werror and sed it out for now since some of the auto tests, # for example AC_CHECK_LIB, will fail because of # warning: conflicting types for built-in function -if eval "echo $CFLAGS | grep -e -Werror"; then - CFLAGS=`echo $CFLAGS | sed -e "s/-Werror//g"` - ADD_WERROR="yes" -fi +#if eval "echo $CFLAGS | grep -e -Werror"; then +# CFLAGS=`echo $CFLAGS | sed -e "s/-Werror//g"` +# ADD_WERROR="yes" +#fi # Disable annoying practice of recursively re-running the autotools AM_MAINTAINER_MODE diff --git a/rpm/barnyard2.spec b/rpm/barnyard2.spec index 72b3225..e2588d7 100644 --- a/rpm/barnyard2.spec +++ b/rpm/barnyard2.spec @@ -43,7 +43,7 @@ Summary: Snort Log Backend Name: barnyard2 -Version: 1.13 +Version: 1.14 Source0: https://github.com/firnsy/barnyard2/archive/barnyard2-%{version}.tar.gz Release: 1%{?dist} License: GPL diff --git a/src/Makefile.am b/src/Makefile.am index 6e6451d..28a6bcd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,6 +23,7 @@ sf_types.h \ spooler.c spooler.h \ strlcatu.c strlcatu.h \ strlcpyu.c strlcpyu.h \ +sf_protocols.h \ timersub.h \ twofish.c twofish.h \ unified2.h \ diff --git a/src/output-plugins/Makefile.am b/src/output-plugins/Makefile.am index 7a080eb..c67e09a 100644 --- a/src/output-plugins/Makefile.am +++ b/src/output-plugins/Makefile.am @@ -21,7 +21,7 @@ spo_log_null.c spo_log_null.h \ spo_log_tcpdump.c spo_log_tcpdump.h \ spo_sguil.c spo_sguil.h \ spo_echidna.c spo_echidna.h \ -spo_syslog_full.c spo_syslog.full.h \ +spo_syslog_full.c spo_syslog_full.h \ spo_database.c spo_database.h \ spo_database_cache.c spo_database_cache.h