forked from pool/ipmiutil
- Fix for automake 1.13
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmiutil?expand=0&rev=21
This commit is contained in:
parent
759403cabb
commit
e9d6e630a4
12
automake-1_13.patch
Normal file
12
automake-1_13.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in ../orig-ipmiutil-2.8.8/configure.in ./configure.in
|
||||
--- ../orig-ipmiutil-2.8.8/configure.in 2013-02-06 16:16:23.000000000 +0100
|
||||
+++ ./configure.in 2013-02-28 14:34:28.241199677 +0100
|
||||
@@ -1,7 +1,7 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(util/ipmiutil.c)
|
||||
AM_INIT_AUTOMAKE(ipmiutil,2.8.8)
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
AC_PREFIX_DEFAULT(/usr)
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 13:35:16 UTC 2013 - kkaempf@suse.com
|
||||
|
||||
- Fix for automake 1.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 13:26:58 UTC 2013 - kkaempf@suse.com
|
||||
|
||||
|
@ -24,6 +24,7 @@ Summary: Easy-to-use IPMI server management utilities
|
||||
License: BSD-3-Clause
|
||||
Group: System/Management
|
||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch: automake-1_13.patch
|
||||
Url: http://ipmiutil.sourceforge.net
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} >= 1210
|
||||
@ -69,6 +70,7 @@ useful for building custom IPMI applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
|
Loading…
Reference in New Issue
Block a user