Skip to content

Commit

Permalink
Merge pull request firnsy#164 from pecastro/master
Browse files Browse the repository at this point in the history
Some fixes to be able to create an RPM off the current head.
  • Loading branch information
firnsy committed Oct 21, 2015
2 parents fc95b82 + 40ed33a commit 7254c24
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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 <func>
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
Expand Down
2 changes: 1 addition & 1 deletion rpm/barnyard2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion src/output-plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7254c24

Please sign in to comment.