--- xtables.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/xtables.c b/xtables.c index b988054..743c07b 100644 --- a/xtables.c +++ b/xtables.c @@ -305,6 +305,7 @@ void parse_interface(const char *arg, char *vianame, unsigned char *mask) } } +#ifndef NO_SHARED_LIBS static void *load_extension(const char *search_path, const char *prefix, const char *name, bool is_target) { @@ -353,6 +354,7 @@ static void *load_extension(const char *search_path, const char *prefix, return NULL; } +#endif struct xtables_match *find_match(const char *name, enum xt_tryload tryload, struct xtables_rule_match **matches) -- 1.5.5.rc3 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html