All of lore.kernel.org
 help / color / mirror / Atom feed
* libnetfilter_conntrack: build fix
@ 2011-08-03 15:08 Jan Engelhardt
  2011-08-03 15:08 ` [PATCH] build: fix error with automake-1.9 Jan Engelhardt
  2011-08-09 12:31 ` libnetfilter_conntrack: build fix Pablo Neira Ayuso
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Engelhardt @ 2011-08-03 15:08 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel


The following changes since commit 75c69a3da6ae268f42aecca7e5ae79dacdd87414:

  conntrack: objopt: NO_EFFECT (2011-06-13 19:52:49 +0200)

are available in the git repository at:
  git://dev.medozas.de/libnetfilter_conntrack master

Jan Engelhardt (1):
      build: fix error with automake-1.9

 .gitignore   |    1 +
 configure.ac |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] build: fix error with automake-1.9
  2011-08-03 15:08 libnetfilter_conntrack: build fix Jan Engelhardt
@ 2011-08-03 15:08 ` Jan Engelhardt
  2011-08-09 12:31 ` libnetfilter_conntrack: build fix Pablo Neira Ayuso
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2011-08-03 15:08 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

src/Makefile.am: C objects in subdir but "AM_PROG_CC_C_O"
not in "configure.ac"

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 .gitignore   |    1 +
 configure.ac |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index c9550f5..d0fb94d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ Makefile.in
 
 /aclocal.m4
 /autom4te.cache
+/compile
 /config.*
 /configure
 /depcomp
diff --git a/configure.ac b/configure.ac
index eab4a7d..10fe03f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,7 @@ dnl kernel style compile messages
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_PROG_CC
+AM_PROG_CC_C_O
 AC_DISABLE_STATIC
 AM_PROG_LIBTOOL
 AC_PROG_INSTALL
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: libnetfilter_conntrack: build fix
  2011-08-03 15:08 libnetfilter_conntrack: build fix Jan Engelhardt
  2011-08-03 15:08 ` [PATCH] build: fix error with automake-1.9 Jan Engelhardt
@ 2011-08-09 12:31 ` Pablo Neira Ayuso
  1 sibling, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2011-08-09 12:31 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter-devel

On 03/08/11 17:08, Jan Engelhardt wrote:
> The following changes since commit 75c69a3da6ae268f42aecca7e5ae79dacdd87414:
> 
>   conntrack: objopt: NO_EFFECT (2011-06-13 19:52:49 +0200)
> 
> are available in the git repository at:
>   git://dev.medozas.de/libnetfilter_conntrack master
> 
> Jan Engelhardt (1):
>       build: fix error with automake-1.9

applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-09 12:31 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:08 libnetfilter_conntrack: build fix Jan Engelhardt
2011-08-03 15:08 ` [PATCH] build: fix error with automake-1.9 Jan Engelhardt
2011-08-09 12:31 ` libnetfilter_conntrack: 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.