diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2023-01-05 18:04:43 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2023-01-24 18:19:42 +0100 |
commit | abc5653c9aa7a522bea38106b8d58f1c17894f0e (patch) | |
tree | 361444f0664d6f9a228cb8a58b0e03a0859dbc0a /debian | |
parent | debian: make cross-compile work (diff) | |
download | frr-abc5653c9aa7a522bea38106b8d58f1c17894f0e.tar.xz frr-abc5653c9aa7a522bea38106b8d58f1c17894f0e.zip |
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>
(cherry picked from commit e9f0af06c90df7a8364534e2b2e5225ece00076f)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index debc6f7f8..5f51bca53 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~) <!pkg.frr.nortrlib>, libsnmp-dev, |