All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Leblond <eric@inl.fr>
To: netfilter-devel@lists.netfilter.org
Subject: [PATCH] fix conntrack compilation
Date: Mon, 05 Jun 2006 15:01:47 +0200	[thread overview]
Message-ID: <1149512507.20946.5.camel@localhost.localdomain> (raw)


[-- 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 --]

             reply	other threads:[~2006-06-05 13:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-05 13:01 Eric Leblond [this message]
2006-06-19 15:54 ` [PATCH] fix conntrack compilation Patrick McHardy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1149512507.20946.5.camel@localhost.localdomain \
    --to=eric@inl.fr \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.