]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
libunwind: Update to 1.6.2
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Mar 2023 15:16:27 +0000 (15:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Mar 2023 18:16:11 +0000 (18:16 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libunwind/libunwind.nm

index 707feb22a8de21a1445bcffdf731eb6fe8e2df3f..73ca3539006c51f3658f78e3a14de02206885c98 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = libunwind
-version    = 1.4.0
-release    = 2
+version    = 1.6.2
+release    = 1
 
 groups     = Development/Debuggers
 url        = https://savannah.nongnu.org/projects/libunwind
@@ -16,14 +16,15 @@ description
        Libunwind provides a C ABI to determine the call-chain of a program.
 end
 
-source_dl  = https://download.savannah.gnu.org/releases/libunwind/
+source_dl  = https://github.com/libunwind/libunwind/releases/download/v%{version}/
 
 build
-       CFLAGS += -fcommon
-
+       # We are building this without setjmp since the library fails
+       # the hardening check.
        configure_options += \
                --disable-static \
-               --enable-shared
+               --enable-shared \
+               --disable-setjmp
 
        test
                make check LD_LIBRARY_PATH=%{DIR_APP}/src/.libs || :