frr: link zlib in host build
authorMichael Pratt <mcpratt@pm.me>
Tue, 18 Jun 2024 02:17:06 +0000 (22:17 -0400)
committerRobert Marko <robimarko@gmail.com>
Wed, 19 Jun 2024 09:22:59 +0000 (11:22 +0200)
commita185c7fabe2442d6a65a3735ffe5d3a08afa021a
tree56bfcf58b9200e46aa597e579e3343bea3ec3142
parent2cc7cf3ca0aa6ad2cf5d67a66632ca5a516eb07b
frr: link zlib in host build

Due to changes in elfutils in order to
simplify the build for static libraries only,
the zlib functions that libelf depends on
are no longer linked within the static libelf library.

If frr were to use pkg-config, no change would be necessary,
however, the AC_CHECK_LIB macro is used, so add the link manually.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
net/frr/Makefile