- Use libgcrypt for crypto

OBS-URL: https://build.opensuse.org/package/show/security/oath-toolkit?expand=0&rev=2
This commit is contained in:
Cristian Rodríguez 2011-02-05 18:43:16 +00:00 committed by Git OBS Bridge
parent f15997dc31
commit fe3152f5e2
2 changed files with 7 additions and 1 deletions

View File

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

View File

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