From 859183f330748f2c835101baeddb4569b0963fb2fd03f69a929e18922f484e45 Mon Sep 17 00:00:00 2001 From: Michael Calmer Date: Sun, 28 Apr 2013 14:35:39 +0000 Subject: [PATCH] Accepting request 173486 from openSUSE:Factory:Staging:Automake - Added libtool as BuildRequire, and autoreconf -i option to fix build with new automake OBS-URL: https://build.opensuse.org/request/show/173486 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=105 --- pam.changes | 6 ++++++ pam.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pam.changes b/pam.changes index cd646e3..e33c86a 100644 --- a/pam.changes +++ b/pam.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 26 10:25:06 UTC 2013 - mmeister@suse.com + +- Added libtool as BuildRequire, and autoreconf -i option to fix + build with new automake + ------------------------------------------------------------------- Tue Feb 5 17:28:25 CET 2013 - kukuk@suse.de diff --git a/pam.spec b/pam.spec index 3a64fcc..7ed92bb 100644 --- a/pam.spec +++ b/pam.spec @@ -32,6 +32,7 @@ BuildRequires: libselinux-devel %endif BuildRequires: autoconf BuildRequires: automake +BuildRequires: libtool %define libpam_so_version 0.83.1 %define libpam_misc_so_version 0.82.0 %define libpamc_so_version 0.82.1 @@ -107,7 +108,7 @@ building both PAM-aware applications and modules for use with PAM. %patch3 -p1 %build -autoreconf +autoreconf -i export CFLAGS="%optflags -DNDEBUG" %configure \ --sbindir=/sbin \