]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
make print-extensions doesn't show libxt_* extensions
authorSebastian Claßen <sebastian.classen@freenet.ag>
Mon, 8 Oct 2007 05:13:51 +0000 (05:13 +0000)
committerPatrick McHardy <kaber@trash.net>
Mon, 8 Oct 2007 05:13:51 +0000 (05:13 +0000)
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.

Sebastian Claßen <sebastian.classen@freenet.ag>

extensions/Makefile

index 93ead5104adbc562c6981702cbfc3bbaae1c6f22..5af234e27372403f14ee2222f0edf649095161e2 100644 (file)
@@ -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))