]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
libxt_RATEEST: link with -lm
authorJan Engelhardt <jengelh@medozas.de>
Sat, 3 Sep 2011 11:35:53 +0000 (13:35 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Sat, 3 Sep 2011 11:57:08 +0000 (13:57 +0200)
$ ldd -r libxt_RATEEST.so
undefined symbol: log   (./libxt_RATEEST.so)

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/GNUmakefile.in

index dbf210cc53757190c205fe05a32e6cabce72108d..107c9d59d8bc7eb32ea8c938974b6d5ca4bf571a 100644 (file)
@@ -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