]> git.pld-linux.org Git - packages/collectd.git/blob - libiptc.patch
- rebuild with perl 5.18.0
[packages/collectd.git] / libiptc.patch
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.066708 seconds and 3 git commands to generate.