From: Gabriel Oginski Date: Wed, 12 Oct 2022 13:40:05 +0000 (+0000) Subject: vpp-swan: fix linked library to plugin X-Git-Tag: v23.06-rc0~198 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=ce62d6f01ceb9373d64110e6e4cfab7dcc041e9b;p=vpp.git 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 --- 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')