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:
commit
fed10e4840
@ -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
|
Tue Feb 5 17:28:25 CET 2013 - kukuk@suse.de
|
||||||
|
|
||||||
|
3
pam.spec
3
pam.spec
@ -32,6 +32,7 @@ BuildRequires: libselinux-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: libtool
|
||||||
%define libpam_so_version 0.83.1
|
%define libpam_so_version 0.83.1
|
||||||
%define libpam_misc_so_version 0.82.0
|
%define libpam_misc_so_version 0.82.0
|
||||||
%define libpamc_so_version 0.82.1
|
%define libpamc_so_version 0.82.1
|
||||||
@ -107,7 +108,7 @@ building both PAM-aware applications and modules for use with PAM.
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf
|
autoreconf -i
|
||||||
export CFLAGS="%optflags -DNDEBUG"
|
export CFLAGS="%optflags -DNDEBUG"
|
||||||
%configure \
|
%configure \
|
||||||
--sbindir=/sbin \
|
--sbindir=/sbin \
|
||||||
|
Loading…
Reference in New Issue
Block a user