]> git.pld-linux.org Git - packages/collectd.git/blame_incremental - libiptc.patch
- up to 5.4.1
[packages/collectd.git] / libiptc.patch
... / ...
CommitLineData
1--- src/Makefile.am.orig 2012-05-07 18:58:56.000000000 +0200
2+++ src/Makefile.am 2012-05-07 19:05:57.000000000 +0200
3@@ -447,7 +447,7 @@
4 iptables_la_SOURCES = iptables.c
5 iptables_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBIPTC_CPPFLAGS)
6 iptables_la_LDFLAGS = -module -avoid-version $(BUILD_WITH_LIBIPTC_LDFLAGS)
7-iptables_la_LIBADD = -liptc
8+iptables_la_LIBADD = -lip4tc -lip6tc
9 collectd_LDADD += "-dlopen" iptables.la
10 collectd_DEPENDENCIES += iptables.la
11 endif
This page took 0.057828 seconds and 4 git commands to generate.