Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
65d25b4
)
vpp-swan: fix linked library to plugin
88/37388/2
author
Gabriel Oginski
<
[email protected]
>
Wed, 12 Oct 2022 13:40:05 +0000
(13:40 +0000)
committer
Dave Wallace
<
[email protected]
>
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 <
[email protected]
>
Change-Id: Id94c0b78cbce4954d34a82123506a76370b12b23
extras/strongswan/vpp_sswan/Makefile
patch
|
blob
|
history
diff --git
a/extras/strongswan/vpp_sswan/Makefile
b/extras/strongswan/vpp_sswan/Makefile
index
cb642c8
..
336ea6a
100644
(file)
--- a/
extras/strongswan/vpp_sswan/Makefile
+++ b/
extras/strongswan/vpp_sswan/Makefile
@@
-32,9
+32,9
@@
CFLAGS_I=-include $(CONFIGH) \
LDFLAGS= -lvppinfra \
-lvlibmemoryclient \
- -lv
ppapiclient
\
+ -lv
libapi
\
-lsvm \
- -lv
lib
+ -lv
ppapiclient
VERSION_VPP=$(shell (dpkg -s vpp | grep Version) | grep -Po '(?<=Version: )\d\d.\d\d')