Accepting request 173641 from Linux-PAM

- Added libtool as BuildRequire, and autoreconf -i option to fix 
  build with new automake (forwarded request 173486 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/173641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam?expand=0&rev=61
This commit is contained in:
Stephan Kulow 2013-04-29 07:54:42 +00:00 committed by Git OBS Bridge
commit fed10e4840
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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 \