From 67079473df6bb3142d2d15ea2bf32cdd3ebdb1ad Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Mon, 8 Oct 2007 05:13:51 +0000 Subject: [PATCH]: make print-extensions doesn't show libxt_* extensions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- extensions/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/Makefile b/extensions/Makefile index 93ead51..5af234e 100644 --- a/extensions/Makefile +++ b/extensions/Makefile @@ -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)) -- cgit v1.2.3