[packages/pwdutils] Fix build with automake 1.13

megabajt megabajt at pld-linux.org
Mon Feb 4 21:40:51 CET 2013


commit 3fdc98c441c46c6d5acd6bac3c427dd3eabba6ae
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Mon Feb 4 20:19:53 2013 +0100

    Fix build with automake 1.13

 pwdutils-am.patch | 12 ++++++++++++
 pwdutils.spec     |  2 ++
 2 files changed, 14 insertions(+)
---
diff --git a/pwdutils.spec b/pwdutils.spec
index 9ddc36c..b6a6cb5 100644
--- a/pwdutils.spec
+++ b/pwdutils.spec
@@ -31,6 +31,7 @@ Patch1:		%{name}-no_bash.patch
 Patch2:		%{name}-silent_crontab.patch
 Patch3:		%{name}-pl.po-update.patch
 Patch4:		%{name}-selinux.patch
+Patch5:		%{name}-am.patch
 URL:		http://www.thkukuk.de/pam/pwdutils/
 %{?with_audit:BuildRequires:	audit-libs-devel}
 BuildRequires:	autoconf
@@ -159,6 +160,7 @@ funkcjonalność tylko dla jednej grupy zarządzania PAM: zmiany haseł.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %{__rm} po/stamp-po
 
diff --git a/pwdutils-am.patch b/pwdutils-am.patch
new file mode 100644
index 0000000..5988ced
--- /dev/null
+++ b/pwdutils-am.patch
@@ -0,0 +1,12 @@
+diff -urN pwdutils-3.2.19/configure.in pwdutils-3.2.19.new/configure.in
+--- pwdutils-3.2.19/configure.in	2012-05-08 14:14:25.000000000 +0200
++++ pwdutils-3.2.19.new/configure.in	2013-02-03 22:03:19.141740276 +0100
+@@ -5,7 +5,7 @@
+ dnl
+ AC_INIT(src/passwd.c)
+ AM_INIT_AUTOMAKE("pwdutils", 3.2.19)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AC_PREFIX_DEFAULT(/usr)
+ AC_CANONICAL_HOST
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pwdutils.git/commitdiff/f82dc29f3670e0ad24275c1e27466d865019273d



More information about the pld-cvs-commit mailing list