From b73da74d1589291b33c4fd93abc151799e7b6e19 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sat, 15 Jul 2023 08:45:05 -0700 Subject: [PATCH] debian: build against libunwind Signed-off-by: David Lamparter --- debian/changelog | 5 +++++ debian/control | 1 + 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 74e6778d39..1bd4dff573 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,11 @@ frr (8.5.2-1) UNRELEASED; urgency=medium * new upstream release FRR 8.5.2 * cleaned up outdated debian/README files + * build against libunwind. Results in better backtraces captured for both + crashes and non-crash deviations from expected operations. + (libunwind is used automatically if present, this also fixes an + uncontrolled build environment influence on the result binaries by always + requiring it.) -- David Lamparter Sat, 15 Jul 2023 08:33:59 -0700 diff --git a/debian/control b/debian/control index 43fb033968..b48e323822 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Build-Depends: bison, librtr-dev (>= 0.8.0~) , libsnmp-dev, libssh-dev , + libunwind-dev, libyang2-dev, lsb-base, pkg-config, -- 2.39.5