* make print-extensions doesn't show libxt_* extensions
@ 2007-10-05 12:52 Sebastian Classen
2007-10-08 5:08 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Classen @ 2007-10-05 12:52 UTC (permalink / raw)
To: netfilter-devel
[-- 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))
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: make print-extensions doesn't show libxt_* extensions
2007-10-05 12:52 make print-extensions doesn't show libxt_* extensions Sebastian Classen
@ 2007-10-08 5:08 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2007-10-08 5:08 UTC (permalink / raw)
To: Sebastian Classen; +Cc: netfilter-devel
Sebastian Classen wrote:
> 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.
Applied, thanks Sebastian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-08 5:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-05 12:52 make print-extensions doesn't show libxt_* extensions Sebastian Classen
2007-10-08 5:08 ` Patrick McHardy
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).