############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = libunwind version = 1.6.2 release = 1.1 groups = Development/Debuggers url = https://savannah.nongnu.org/projects/libunwind license = BSD summary = An unwinding library description Libunwind provides a C ABI to determine the call-chain of a program. end source_dl = https://github.com/libunwind/libunwind/releases/download/v%{version}/ build # We are building this without setjmp since the library fails # the hardening check. configure_options += \ --disable-static \ --enable-shared \ --disable-setjmp test make check LD_LIBRARY_PATH=%{DIR_APP}/src/.libs || : end end packages package %{name} package %{name}-devel template DEVEL end package %{name}-debuginfo template DEBUGINFO end end