imagemagick: bump version to 7.0.3-7 (security)
[buildroot-gz.git] / package / ipmitool / 0001-Make-the-package-autoreconfigurable.patch
blob17b4076269d55cc1770b11838fb7e300deb34c51
1 From 0d4b9d5d547b4a6e79108ac8c455e01f72a9aefa Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
3 Date: Sun, 10 Apr 2016 11:47:14 +0200
4 Subject: [PATCH 1/3] Make the package autoreconfigurable
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 ipmitool is not a compliant GNU package as it does not provide some necessary
10 files, like NEWS, AUTHORS, etc.
12 Therefor set the Automake strictness to foreign to make the package
13 autoreconfigurable.
15 Upstream status: Pending
16 https://sourceforge.net/p/ipmitool/mailman/message/35004711/
18 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
19 ---
20 Makefile.am | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
23 diff --git a/Makefile.am b/Makefile.am
24 index 94e267a..9f3f7e1 100644
25 --- a/Makefile.am
26 +++ b/Makefile.am
27 @@ -33,7 +33,7 @@ DOCLIST = $(top_srcdir)/README $(top_srcdir)/COPYING $(top_srcdir)/AUTHORS $(top
29 EXTRA_DIST = $(DOCLIST)
31 -AUTOMAKE_OPTIONS = dist-bzip2
32 +AUTOMAKE_OPTIONS = dist-bzip2 foreign
34 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure configure-stamp \
35 config.guess config.sub depcomp install-sh ltmain.sh missing \
36 --
37 2.8.0