]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - libunwind/libunwind.nm
python3-docutils: Update to version 0.20.1
[people/pmueller/ipfire-3.x.git] / libunwind / libunwind.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libunwind
7 version = 1.6.2
8 release = 1.1
9
10 groups = Development/Debuggers
11 url = https://savannah.nongnu.org/projects/libunwind
12 license = BSD
13 summary = An unwinding library
14
15 description
16 Libunwind provides a C ABI to determine the call-chain of a program.
17 end
18
19 source_dl = https://github.com/libunwind/libunwind/releases/download/v%{version}/
20
21 build
22 # We are building this without setjmp since the library fails
23 # the hardening check.
24 configure_options += \
25 --disable-static \
26 --enable-shared \
27 --disable-setjmp
28
29 test
30 make check LD_LIBRARY_PATH=%{DIR_APP}/src/.libs || :
31 end
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end