From: David Lamparter Date: Fri, 3 May 2024 10:54:04 +0000 (+0200) Subject: debian: limit libunwind to usable architectures X-Git-Tag: debian/frr-10.0-2~4 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=739ee68f75f32c7f65d5a545eba9163538aecbe5;p=matthieu%2Ffrr.git debian: limit libunwind to usable architectures No libunwind for Alpha, m68k, SPARC64 or x32. Signed-off-by: David Lamparter --- diff --git a/debian/changelog b/debian/changelog index 8a1cc03a13..971555b809 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ frr (10.0-2) UNRELEASED; urgency=medium * fix build on hppa + * only use libunwind on architectures where it is available -- David Lamparter Fri, 03 May 2024 12:51:03 +0200 diff --git a/debian/control b/debian/control index 0e7c2779a0..273bddcbdc 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Build-Depends: bison, librtr-dev (>= 0.8.0~) , libsnmp-dev, libssh-dev , - libunwind-dev, + libunwind-dev [!alpha !m68k !sparc64 !x32], libyang2-dev (>= 2.1.128), pkgconf | pkg-config, protobuf-c-compiler,