]> git.pld-linux.org Git - packages/pwdutils.git/commitdiff
Fix build with automake 1.13
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 4 Feb 2013 19:19:53 +0000 (20:19 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 4 Feb 2013 19:19:53 +0000 (20:19 +0100)
pwdutils-am.patch [new file with mode: 0644]
pwdutils.spec

diff --git a/pwdutils-am.patch b/pwdutils-am.patch
new file mode 100644 (file)
index 0000000..5988ced
--- /dev/null
@@ -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
index 9ddc36c6a028598be53c936911ae92cc234750e3..b6a6cb5117c2d6a56e14ffac2183b7537d794274 100644 (file)
@@ -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
 
This page took 0.043894 seconds and 4 git commands to generate.