debian: fix cross-build marks (libelf/libpython3)

These two build-deps are for compile-time tools and thus need to be
marked :native.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
David Lamparter 2023-01-05 18:04:43 +01:00
parent c06fcf1582
commit e9f0af06c9
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View file

@ -3,6 +3,7 @@ frr (8.4.1-2) UNRELEASED; urgency=medium
* commit to git tarball as source instead of dist tarball
* ditch unneeded sphinx missing files patch
* fix clippy symbol lookup issue (build SEGV on mips64el)
* correctly mark :native for libelf-dev & libpython3-dev to fix cross-build
-- David Lamparter <equinox-debian@diac24.net> Thu, 05 Jan 2023 17:44:59 +0100

4
debian/control vendored
View file

@ -13,11 +13,11 @@ Build-Depends: bison,
install-info,
libc-ares-dev,
libcap-dev,
libelf-dev,
libelf-dev:native,
libjson-c-dev | libjson0-dev,
libpam0g-dev | libpam-dev,
libpcre2-dev,
libpython3-dev,
libpython3-dev:native,
libreadline-dev,
librtr-dev (>= 0.8.0~) <!pkg.frr.nortrlib>,
libsnmp-dev,