[packages/jfsutils] Fix build with automake 1.13

megabajt megabajt at pld-linux.org
Sat Feb 16 12:26:19 CET 2013


commit 5481066acd4708b2ae02fff5d3e65c71cf407192
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Sat Feb 16 12:13:23 2013 +0100

    Fix build with automake 1.13

 jfsutils-am.patch | 11 +++++++++++
 jfsutils.spec     |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/jfsutils.spec b/jfsutils.spec
index 8527971..ce46dec 100644
--- a/jfsutils.spec
+++ b/jfsutils.spec
@@ -11,6 +11,7 @@ License:	GPL v2+
 Group:		Applications/System
 Source0:	http://jfs.sourceforge.net/project/pub/%{name}-%{version}.tar.gz
 # Source0-md5:	8809465cd48a202895bc2a12e1923b5d
+Patch0:		%{name}-am.patch
 URL:		http://jfs.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -28,6 +29,7 @@ Programy do zarządzania systemem plików JFS.
 
 %prep
 %setup -q
+%patch0 -p1
 %{!?with_fsck:cp Makefile.am Makefile.am.tmp}
 %{!?with_fsck:sed -e 's/ fsck / /' Makefile.am.tmp > Makefile.am}
 
diff --git a/jfsutils-am.patch b/jfsutils-am.patch
new file mode 100644
index 0000000..425359e
--- /dev/null
+++ b/jfsutils-am.patch
@@ -0,0 +1,11 @@
+--- jfsutils-1.1.15/configure.in.newam	2013-02-16 12:10:49.574376616 +0100
++++ jfsutils-1.1.15/configure.in	2013-02-16 12:10:57.341001208 +0100
+@@ -3,7 +3,7 @@ AC_INIT(libfs/super.c)
+ 
+ dnl Package name and version
+ AM_INIT_AUTOMAKE(jfsutils, 1.1.15)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ dnl Don't include maintainer make-rules by default
+ AM_MAINTAINER_MODE
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jfsutils.git/commitdiff/6c6c732eaafa0c06bebdfa815d49c9d6da93cbfe



More information about the pld-cvs-commit mailing list