netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sebastian Classen <sebastian.classen@freenet.ag>
To: netfilter-devel@vger.kernel.org
Subject: make print-extensions doesn't show libxt_* extensions
Date: Fri, 05 Oct 2007 14:52:10 +0200	[thread overview]
Message-ID: <1191588730.4456.14.camel@basti79.freenet-ag.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 913 bytes --]

In extensions/Makefile the variable PFX_EXT_SLIB_OPTS is not appended to
OPTIONALS, therefor 'make print-extensions' doesn't show any optional
libxt_* extension.

Patch against last iptables snapshot attached.
 
Greets
  Sebastian.

-- 
Mit freundlichen Grüßen / Yours sincerely

Sebastian Claßen
Postmaster
----------------------------------------------------------------------
Telefon: + 49 (0) 211 53087 522
Telefax: + 49 (0) 211 5381573
E-Mail:  sebastian.classen@freenet.ag
Website: www.freenet.de; www.mobilcom.de
----------------------------------------------------------------------
freenet AG
Willstätterstr. 13
40549 Düsseldorf
----------------------------------------------------------------------
Vorsitzender des Aufsichtsrates: Prof. Dr. Helmut Thoma
Vorstand: Eckhard Spoerr (Vors.), Axel Krieger, Stephan Esch, Eric Berger
Sitz: Büdelsdorf
Amtsgericht Kiel HRB 7306 KI

[-- Attachment #2: iptables-1.3.8-20071004.diff --]
[-- Type: text/x-patch, Size: 459 bytes --]

--- iptables-1.3.8-20071004/extensions/Makefile.orig	2007-10-05 14:42:17.000000000 +0200
+++ iptables-1.3.8-20071004/extensions/Makefile	2007-10-05 14:41:31.000000000 +0200
@@ -85,6 +85,7 @@ PF_EXT_SLIB+=$(PF_EXT_SLIB_OPTS)
 PF6_EXT_SLIB+=$(PF6_EXT_SLIB_OPTS)
 PFX_EXT_SLIB+=$(PFX_EXT_SLIB_OPTS)
 
+OPTIONALS+=$(patsubst %,XT:%,$(PFX_EXT_SLIB_OPTS))
 OPTIONALS+=$(patsubst %,IPv4:%,$(PF_EXT_SLIB_OPTS))
 OPTIONALS+=$(patsubst %,IPv6:%,$(PF6_EXT_SLIB_OPTS))
 

             reply	other threads:[~2007-10-05 12:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-05 12:52 Sebastian Classen [this message]
2007-10-08  5:08 ` make print-extensions doesn't show libxt_* extensions 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=1191588730.4456.14.camel@basti79.freenet-ag.de \
    --to=sebastian.classen@freenet.ag \
    --cc=netfilter-devel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).