From be9551f224f76f892ca23c1e28d12e09fa88ddbe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Wed, 26 Nov 2014 16:23:36 +0100 Subject: [PATCH] Fix build error and set version 2.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I74c729887a1904b1f528f40f9e3ebd6ae13dfa8f Signed-off-by: José Bollo --- packaging/nettle.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packaging/nettle.spec b/packaging/nettle.spec index 5c9dbbf..af2d0d8 100644 --- a/packaging/nettle.spec +++ b/packaging/nettle.spec @@ -1,5 +1,5 @@ Name: nettle -Version: 2.4 +Version: 2.7.1 Release: 0 Summary: Cryptographic Library License: LGPL-2.1+ and GPL-2.0+ @@ -61,8 +61,8 @@ operations using the nettle library. cp %{SOURCE1001} . %build -%configure --disable-static \ - --enable-shared +#%configure --disable-static \ +%configure --enable-shared make %{?_smp_mflags} @@ -98,7 +98,6 @@ make check %{_includedir}/nettle %{_libdir}/libnettle.so %{_libdir}/libhogweed.so -%{_infodir}/nettle.info%{ext_info} %{_libdir}/pkgconfig/hogweed.pc %{_libdir}/pkgconfig/nettle.pc -- 2.7.4