vpp-swan: fix linked library to plugin 88/37388/2
authorGabriel Oginski <gabrielx.oginski@intel.com>
Wed, 12 Oct 2022 13:40:05 +0000 (13:40 +0000)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 12 Oct 2022 21:16:54 +0000 (21:16 +0000)
Due to refactor keeping api common code in vlibapi, changes order
linked library to this plugin.

Type: fix
Signed-off-by: Gabriel Oginski <gabrielx.oginski@intel.com>
Change-Id: Id94c0b78cbce4954d34a82123506a76370b12b23

extras/strongswan/vpp_sswan/Makefile

index cb642c8..336ea6a 100644 (file)
@@ -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')