From abc5653c9aa7a522bea38106b8d58f1c17894f0e Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 5 Jan 2023 18:04:43 +0100 Subject: [PATCH] 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 (cherry picked from commit e9f0af06c90df7a8364534e2b2e5225ece00076f) --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index debc6f7f8a..5f51bca538 100644 --- a/debian/control +++ b/debian/control @@ -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~) , libsnmp-dev,