diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-02-07 21:21:52 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-02-07 21:21:52 +0000 |
commit | 65bca8c448878609b293deaecf7480d210699aca (patch) | |
tree | e28936a6775ed1b85537501bb8c0e3da325e4cb2 /app-admin/collectd/files | |
parent | Don't install auparse.a in Python site-packages directories. (diff) | |
download | gentoo-2-65bca8c448878609b293deaecf7480d210699aca.tar.gz gentoo-2-65bca8c448878609b293deaecf7480d210699aca.tar.bz2 gentoo-2-65bca8c448878609b293deaecf7480d210699aca.zip |
Remove hal dependency (bug 353839) and useless static archives and libtool files (bug 353837)
(Portage version: 2.1.9.37/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/collectd/files')
-rw-r--r-- | app-admin/collectd/files/collectd-4.10.2-nohal.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-admin/collectd/files/collectd-4.10.2-nohal.patch b/app-admin/collectd/files/collectd-4.10.2-nohal.patch new file mode 100644 index 000000000000..a82a3bc78034 --- /dev/null +++ b/app-admin/collectd/files/collectd-4.10.2-nohal.patch @@ -0,0 +1,23 @@ +diff -ruN collectd-4.10.2.orig/configure.in collectd-4.10.2/configure.in +--- collectd-4.10.2.orig/configure.in 2010-11-27 11:10:38.000000000 +0100 ++++ collectd-4.10.2/configure.in 2011-02-07 21:55:22.000000000 +0100 +@@ -1109,18 +1109,7 @@ + AM_CONDITIONAL(BUILD_WITH_LIBRESOLV, test "x$with_libresolv" = "xyes") + + dnl Check for HAL (hardware abstraction library) +-with_libhal="yes" +-AC_CHECK_LIB(hal,libhal_device_property_exists, +- [AC_DEFINE(HAVE_LIBHAL, 1, [Define to 1 if you have 'hal' library])], +- [with_libhal="no"]) +-if test "x$with_libhal" = "xyes"; then +- if test "x$PKG_CONFIG" != "x"; then +- BUILD_WITH_LIBHAL_CFLAGS="`pkg-config --cflags hal`" +- BUILD_WITH_LIBHAL_LIBS="`pkg-config --libs hal`" +- AC_SUBST(BUILD_WITH_LIBHAL_CFLAGS) +- AC_SUBST(BUILD_WITH_LIBHAL_LIBS) +- fi +-fi ++with_libhal="no" + + m4_divert_once([HELP_WITH], [ + collectd additional packages:]) |