From ce62d6f01ceb9373d64110e6e4cfab7dcc041e9b Mon Sep 17 00:00:00 2001 From: Gabriel Oginski Date: Wed, 12 Oct 2022 13:40:05 +0000 Subject: [PATCH] vpp-swan: fix linked library to plugin Due to refactor keeping api common code in vlibapi, changes order linked library to this plugin. Type: fix Signed-off-by: Gabriel Oginski Change-Id: Id94c0b78cbce4954d34a82123506a76370b12b23 --- extras/strongswan/vpp_sswan/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/strongswan/vpp_sswan/Makefile b/extras/strongswan/vpp_sswan/Makefile index cb642c8669f..336ea6ad915 100644 --- a/extras/strongswan/vpp_sswan/Makefile +++ b/extras/strongswan/vpp_sswan/Makefile @@ -32,9 +32,9 @@ CFLAGS_I=-include $(CONFIGH) \ LDFLAGS= -lvppinfra \ -lvlibmemoryclient \ - -lvppapiclient \ + -lvlibapi \ -lsvm \ - -lvlib + -lvppapiclient VERSION_VPP=$(shell (dpkg -s vpp | grep Version) | grep -Po '(?<=Version: )\d\d.\d\d') -- 2.16.6