From 8491ec2fbeaf610369a833408f97ad4733f21b63 Mon Sep 17 00:00:00 2001 From: Sonic Build Admin Date: Sat, 13 Jun 2026 23:33:52 +0000 Subject: [PATCH] [commonlib] Add libnexthopgroup (sonic-fib) to lib-packages target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add LIBFIB to the lib-packages build target so that the common lib pipeline includes libnexthopgroup in its artifacts. #### Why I did it Libnexthopgroup will be used in the compilation of swss and sonic frr, and libnexthopgroup will be explicitly added to common lib for compilation of other repo ‘s pipeline. related swss PR: https://github.com/sonic-net/sonic-swss/pull/4395 related swss PR: https://github.com/sonic-net/sonic-swss/pull/4657 ##### Work item tracking - Microsoft ADO **(number only)**: #### How I did it #### How to verify it #### Which release branch to backport (provide reason below if selected) - [ ] 202305 - [ ] 202311 - [ ] 202405 - [ ] 202411 - [ ] 202505 - [ ] 202511 - [ ] 202605 #### Tested branch (Please provide the tested image version) - [ ] - [ ] #### Description for the changelog #### Link to config_db schema for YANG module changes Signed-off-by: Sonic Build Admin #### A picture of a cute animal (not mandatory but encouraged) --- slave.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slave.mk b/slave.mk index 264e8c9839d..fdf57db851f 100644 --- a/slave.mk +++ b/slave.mk @@ -2028,4 +2028,4 @@ ccache-clear : ## To build some commonly used libs. Some submodules depend on these libs. ## It is used in component pipelines. For example: swss needs libnl, libyang -lib-packages: $(addprefix $(DEBS_PATH)/,$(LIBNL3) $(LIBYANG) $(LIBYANG3) $(PROTOBUF) $(LIB_SONIC_DASH_API)) +lib-packages: $(addprefix $(DEBS_PATH)/,$(LIBNL3) $(LIBYANG3) $(PROTOBUF) $(LIB_SONIC_DASH_API) $(LIBFIB))