$ ldd -r libxt_RATEEST.so undefined symbol: log (./libxt_RATEEST.so) Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- extensions/GNUmakefile.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in index dbf210c..107c9d5 100644 --- a/extensions/GNUmakefile.in +++ b/extensions/GNUmakefile.in @@ -96,6 +96,7 @@ lib%.oo: ${srcdir}/lib%.c ${AM_VERBOSE_CC} ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=lib$*_init -DPIC -fPIC ${CFLAGS} -o $@ -c $<; # Need the LIBADDs in iptables/Makefile.am too for libxtables_la_LIBADD +xt_RATEEST_LIBADD = -lm xt_statistic_LIBADD = -lm -- 1.7.3.4 -- 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