All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix conntrack compilation
@ 2006-06-05 13:01 Eric Leblond
  2006-06-19 15:54 ` Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Leblond @ 2006-06-05 13:01 UTC (permalink / raw)
  To: netfilter-devel


[-- Attachment #1.1: Type: text/plain, Size: 281 bytes --]

Hello,

It seems that subversion version of conntrack tool does not compile to
due the lack of inclusion of "config.h".

The attached patch fixes this issue.

BR,
-- 
Éric Leblond, eleblond@inl.fr
Téléphone : 01 44 89 46 39, Fax : 01 44 89 45 01
INL, http://www.inl.fr

[-- Attachment #1.2: conntrack-compil.patch --]
[-- Type: text/x-patch, Size: 419 bytes --]

Index: include/conntrack.h
===================================================================
--- include/conntrack.h	(révision 6624)
+++ include/conntrack.h	(copie de travail)
@@ -1,6 +1,10 @@
 #ifndef _CONNTRACK_H
 #define _CONNTRACK_H
 
+#ifdef HAVE_CONFIG_H
+#include "../config.h"
+#endif
+
 #include "linux_list.h"
 #include <getopt.h>
 #include <libnetfilter_conntrack/libnetfilter_conntrack.h>

[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [PATCH] fix conntrack compilation
  2006-06-05 13:01 [PATCH] fix conntrack compilation Eric Leblond
@ 2006-06-19 15:54 ` Patrick McHardy
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2006-06-19 15:54 UTC (permalink / raw)
  To: Eric Leblond; +Cc: netfilter-devel

Eric Leblond wrote:
> It seems that subversion version of conntrack tool does not compile to
> due the lack of inclusion of "config.h".

I have no idea if this is "the right fix", but I trust someone will
flame me if not, so applied :) Thanks.

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

end of thread, other threads:[~2006-06-19 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-05 13:01 [PATCH] fix conntrack compilation Eric Leblond
2006-06-19 15:54 ` Patrick McHardy

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.