patch-libxtables_Makefile_am 495 B

1234567891011
  1. --- iptables-1.4.21.orig/libxtables/Makefile.am 2013-11-22 12:18:13.000000000 +0100
  2. +++ iptables-1.4.21/libxtables/Makefile.am 2014-04-08 11:51:20.000000000 +0200
  3. @@ -10,7 +10,7 @@ libxtables_la_LIBADD =
  4. if ENABLE_STATIC
  5. # With --enable-static, shipped extensions are linked into the main executable,
  6. # so we need all the LIBADDs here too
  7. -libxtables_la_LIBADD += -lm
  8. +libxtables_la_LIBADD += -lm ${libnetfilter_conntrack_LIBS}
  9. endif
  10. if ENABLE_SHARED
  11. libxtables_la_CFLAGS = ${AM_CFLAGS}