* ulogd: build fix
@ 2011-08-03 15:37 Jan Engelhardt
2011-08-03 15:37 ` [PATCH] build: abort autogen on subcommand failure Jan Engelhardt
2011-08-09 12:40 ` ulogd: build fix Pablo Neira Ayuso
0 siblings, 2 replies; 3+ messages in thread
From: Jan Engelhardt @ 2011-08-03 15:37 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
The following changes since commit c8fb552eeabd1a7cd9440d55c96918c0aa1ae3a9:
ulogd: fix segfault if syslog and SIGTERM is received (2011-03-27 21:47:42 +0200)
are available in the git repository at:
git://dev.medozas.de/ulogd2 master
Jan Engelhardt (1):
build: abort autogen on subcommand failure
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] build: abort autogen on subcommand failure
2011-08-03 15:37 ulogd: build fix Jan Engelhardt
@ 2011-08-03 15:37 ` Jan Engelhardt
2011-08-09 12:40 ` ulogd: build fix Pablo Neira Ayuso
1 sibling, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2011-08-03 15:37 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
Needed to stop an automated build process when automake requirements
are not fulfilled.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 36b2a2a..f9c3a91 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
autoreconf -fi;
rm -Rf autom4te.cache;
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: ulogd: build fix
2011-08-03 15:37 ulogd: build fix Jan Engelhardt
2011-08-03 15:37 ` [PATCH] build: abort autogen on subcommand failure Jan Engelhardt
@ 2011-08-09 12:40 ` Pablo Neira Ayuso
1 sibling, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2011-08-09 12:40 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: netfilter-devel
On 03/08/11 17:37, Jan Engelhardt wrote:
> git://dev.medozas.de/ulogd2 master
>
applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-09 12:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-03 15:37 ulogd: build fix Jan Engelhardt
2011-08-03 15:37 ` [PATCH] build: abort autogen on subcommand failure Jan Engelhardt
2011-08-09 12:40 ` ulogd: build fix Pablo Neira Ayuso
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.