[packages] collectd: provide missing AM_PATH_LIBGCRYPT macro and autoreconf libltdl...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Dec 2010 00:57:10 +0000 (00:57 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Dec 2010 00:57:10 +0000 (00:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24318 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/collectd/Makefile
utils/collectd/patches/001-undefined-AM_PATH_LIBGCRYPT.patch [new file with mode: 0644]

index 7685c43..05ee9fa 100644 (file)
@@ -16,6 +16,8 @@ PKG_SOURCE_URL:=http://collectd.org/files/
 PKG_MD5SUM:=85d9d8d0a1327782661e3c89800aa70e
 
 PKG_FIXUP:=libtool
+PKG_LIBTOOL_PATHS:=. libltdl
+
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1
 
diff --git a/utils/collectd/patches/001-undefined-AM_PATH_LIBGCRYPT.patch b/utils/collectd/patches/001-undefined-AM_PATH_LIBGCRYPT.patch
new file mode 100644 (file)
index 0000000..0e01744
--- /dev/null
@@ -0,0 +1,4 @@
+--- /dev/null
++++ b/fake-am_path_libgcrypt.m4
+@@ -0,0 +1 @@
++AC_DEFUN([AM_PATH_LIBGCRYPT],[:])