summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-09-03 13:35:53 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-09-03 13:57:08 +0200
commit9249ad37b2342eb48009e18f3982362e1018ea5a (patch)
treed1d46705e76044d2dadc7f2a8cccd1e8cc3b459b /extensions
parentd4e72dc1c684c2f8361d87e6bde2902cd2ee8efb (diff)
libxt_RATEEST: link with -lm
$ ldd -r libxt_RATEEST.so undefined symbol: log (./libxt_RATEEST.so) Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/GNUmakefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in
index dbf210cc..107c9d59 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