]> git.pld-linux.org Git - packages/collectd.git/blame - libiptc.patch
- migrate to apache 2.4
[packages/collectd.git] / libiptc.patch
CommitLineData
3e85016a 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)
1bc16d55
PG
7-iptables_la_LIBADD = -liptc
8+iptables_la_LIBADD = -lip4tc -lip6tc
1bc16d55
PG
9 collectd_LDADD += "-dlopen" iptables.la
10 collectd_DEPENDENCIES += iptables.la
3e85016a 11 endif
This page took 0.021582 seconds and 4 git commands to generate.