mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 00:02:55 +02:00
libiptc is no longer being shipped by iptables and has been split into a version for IPv4 and IPv6. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
12 lines
405 B
Diff
12 lines
405 B
Diff
--- collectd-4.10.9/src/Makefile.am~ 2020-09-10 19:45:41.936847854 +0000
|
|
+++ collectd-4.10.9/src/Makefile.am 2020-09-10 19:45:50.416713658 +0000
|
|
@@ -418,7 +418,7 @@
|
|
iptables_la_LIBADD = owniptc/libiptc.la
|
|
iptables_la_DEPENDENCIES = owniptc/libiptc.la
|
|
else
|
|
-iptables_la_LIBADD = -liptc
|
|
+iptables_la_LIBADD = -lip4tc
|
|
endif
|
|
collectd_LDADD += "-dlopen" iptables.la
|
|
collectd_DEPENDENCIES += iptables.la
|