packages: collectd/libiptc.patch - up to 5.1.0
blekot
blekot at pld-linux.org
Mon May 7 19:55:11 CEST 2012
Author: blekot Date: Mon May 7 17:55:11 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 5.1.0
---- Files affected:
packages/collectd:
libiptc.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/collectd/libiptc.patch
diff -u packages/collectd/libiptc.patch:1.2 packages/collectd/libiptc.patch:1.3
--- packages/collectd/libiptc.patch:1.2 Sat Oct 22 22:04:18 2011
+++ packages/collectd/libiptc.patch Mon May 7 19:55:06 2012
@@ -1,22 +1,11 @@
---- ./configure.in.org 2011-10-22 21:33:31.473232680 +0200
-+++ ./configure.in 2011-10-22 21:35:52.456386679 +0200
-@@ -1835,7 +1835,7 @@ fi
- # Check for the iptc_init symbol in the library.
- if test "x$with_libiptc" = "xyes" && test "x$with_own_libiptc" = "xno"
- then
-- AC_CHECK_LIB(iptc, iptc_init,
-+ AC_CHECK_LIB(ip4tc, iptc_init,
- [
- AC_DEFINE(HAVE_LIBIPTC, 1, [Define to 1 if you have the iptc library (-liptc).])
- ],
---- ./src/Makefile.am.org 2011-10-22 21:38:17.816408886 +0200
-+++ ./src/Makefile.am 2011-10-22 21:41:01.187261584 +0200
-@@ -445,7 +445,7 @@ if BUILD_WITH_OWN_LIBIPTC
- iptables_la_LIBADD = owniptc/libiptc.la
- iptables_la_DEPENDENCIES = owniptc/libiptc.la
- else
+--- src/Makefile.am.orig 2012-05-07 18:58:56.000000000 +0200
++++ src/Makefile.am 2012-05-07 19:05:57.000000000 +0200
+@@ -447,7 +447,7 @@
+ iptables_la_SOURCES = iptables.c
+ iptables_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBIPTC_CPPFLAGS)
+ iptables_la_LDFLAGS = -module -avoid-version $(BUILD_WITH_LIBIPTC_LDFLAGS)
-iptables_la_LIBADD = -liptc
+iptables_la_LIBADD = -lip4tc -lip6tc
- endif
collectd_LDADD += "-dlopen" iptables.la
collectd_DEPENDENCIES += iptables.la
+ endif
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/collectd/libiptc.patch?r1=1.2&r2=1.3
More information about the pld-cvs-commit
mailing list