osmith has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40791?usp=email )
Change subject: debian/control: add pkg-config ......................................................................
debian/control: add pkg-config
Fix that enftables doesn't link against nftables during the build because pkg-config was missing.
Fix for: "Failed to load NIF library: '/usr/lib/osmo-s1gw/lib/enftables-0.0.0/priv/enftables.so: undefined symbol: nft_ctx_get_error_buffer'"}}}
Change-Id: I327b385112daa7a9c4c9e270e8f07dbe0b70f763 --- M debian/control 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/debian/control b/debian/control index f5dda19..b0bb9b4 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Build-Depends: erlang-nox, libnftables-dev, rebar3, + pkg-config, debhelper (>= 10) Standards-Version: 4.5.0 Vcs-Git: https://gitea.osmocom.org/erlang/osmo-s1gw