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


The following changes since commit 353cc5f966912aa8d576f8a27daaee93f8bc29a0:

  build: Linux kernel-style for compilation messages (2011-03-15 18:20:17 +0100)

are available in the git repository at:
  git://dev.medozas.de/libnetfilter_log 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:09 libnetfilter_log: build fix Jan Engelhardt
@ 2011-08-03 15:09 ` Jan Engelhardt
  2011-08-09 12:35 ` libnetfilter_log: build fix Pablo Neira Ayuso
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2011-08-03 15:09 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 f18138e..6247629 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,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_log: build fix
  2011-08-03 15:09 libnetfilter_log: build fix Jan Engelhardt
  2011-08-03 15:09 ` [PATCH] build: fix error with automake-1.9 Jan Engelhardt
@ 2011-08-09 12:35 ` Pablo Neira Ayuso
  1 sibling, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2011-08-09 12:35 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter-devel

On 03/08/11 17:09, Jan Engelhardt wrote:
> The following changes since commit 353cc5f966912aa8d576f8a27daaee93f8bc29a0:
> 
>   build: Linux kernel-style for compilation messages (2011-03-15 18:20:17 +0100)
> 
> are available in the git repository at:
>   git://dev.medozas.de/libnetfilter_log master
> 
> Jan Engelhardt (1):
>       build: fix error with automake-1.9
> 
>  .gitignore   |    1 +
>  configure.ac |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)

also applied, thanks

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

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