- Use libgcrypt for crypto
OBS-URL: https://build.opensuse.org/package/show/security/oath-toolkit?expand=0&rev=2
This commit is contained in:
parent
f15997dc31
commit
fe3152f5e2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 18:41:54 UTC 2011 - cristian.rodriguez@opensuse.org
|
||||
|
||||
- Use libgcrypt for crypto
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 14:46:45 UTC 2011 - cristian.rodriguez@opensuse.org
|
||||
|
||||
|
@ -25,7 +25,7 @@ Summary: Makes it possible to build one-time password authentication syste
|
||||
Url: http://www.nongnu.org/oath-toolkit/
|
||||
Group: Productivity/Networking/Security
|
||||
Source: http://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-%{version}.tar.bz2
|
||||
BuildRequires: pam-devel gtk-doc pkgconfig gengetopt bison
|
||||
BuildRequires: pam-devel libgcrypt-devel gtk-doc pkgconfig gengetopt bison
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -65,6 +65,7 @@ Makes it possible to build one-time password authentication systems
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure --with-pam-dir=/%{_lib}/security \
|
||||
--with-libgcrypt \
|
||||
--disable-silent-rules \
|
||||
--with-pic \
|
||||
--disable-static
|
||||
|
Loading…
Reference in New Issue
Block a user