]> git.pld-linux.org Git - packages/collectd.git/blame - libiptc.patch
- rel 3
[packages/collectd.git] / libiptc.patch
CommitLineData
1bc16d55
PG
1--- ./configure.in.org 2011-10-22 21:33:31.473232680 +0200
2+++ ./configure.in 2011-10-22 21:35:52.456386679 +0200
3@@ -1835,7 +1835,7 @@ fi
854e23ef 4 # Check for the iptc_init symbol in the library.
1bc16d55 5 if test "x$with_libiptc" = "xyes" && test "x$with_own_libiptc" = "xno"
854e23ef
AF
6 then
7- AC_CHECK_LIB(iptc, iptc_init,
8+ AC_CHECK_LIB(ip4tc, iptc_init,
1bc16d55
PG
9 [
10 AC_DEFINE(HAVE_LIBIPTC, 1, [Define to 1 if you have the iptc library (-liptc).])
11 ],
12--- ./src/Makefile.am.org 2011-10-22 21:38:17.816408886 +0200
13+++ ./src/Makefile.am 2011-10-22 21:41:01.187261584 +0200
14@@ -445,7 +445,7 @@ if BUILD_WITH_OWN_LIBIPTC
15 iptables_la_LIBADD = owniptc/libiptc.la
16 iptables_la_DEPENDENCIES = owniptc/libiptc.la
17 else
18-iptables_la_LIBADD = -liptc
19+iptables_la_LIBADD = -lip4tc -lip6tc
20 endif
21 collectd_LDADD += "-dlopen" iptables.la
22 collectd_DEPENDENCIES += iptables.la
This page took 0.045245 seconds and 4 git commands to generate.