From: Michael Tremer Date: Tue, 22 Nov 2022 14:48:21 +0000 (+0000) Subject: nettle: Update to 3.8.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebccda91e95868a86170cd937d0d8da489d01d52;p=ipfire-3.x.git nettle: Update to 3.8.1 Signed-off-by: Michael Tremer --- diff --git a/nettle/nettle.nm b/nettle/nettle.nm index 330689413..253119d03 100644 --- a/nettle/nettle.nm +++ b/nettle/nettle.nm @@ -4,13 +4,13 @@ ############################################################################### name = nettle -version = 3.4.1 +version = 3.8.1 release = 1 groups = System/Libraries url = http://www.lysator.liu.se/~nisse/nettle/ license = LGPL -summary = A low-level cryptographic library. +summary = A low-level cryptographic library description Nettle is a cryptographic library that is designed to fit easily in @@ -28,33 +28,12 @@ build end configure_options += \ - --enable-shared - - enable_fat = 0 - - # Does not work. Binaries are immediately crashing - #if "%{DISTRO_ARCH}" == "x86_64" - # enable_fat = 1 - #end - - if "%{DISTRO_PLATFORM}" == "arm" - enable_fat = 1 - end - - if "%{enable_fat}" == "1" - configure_options += \ - --enable-fat - end + --enable-shared \ + --enable-fat test make check end - - install_cmds - # Fix library permissions. - chmod 755 %{BUILDROOT}%{libdir}/libhogweed.so.* - chmod 755 %{BUILDROOT}%{libdir}/libnettle.so.* - end end packages