mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
openvswitch: bump to 2.17.9
Refresh and backport patches so that
- ./python path in the source code takes precedence over the same dir in hostpkg
- OVN LTS version 22.03.5 which depends on Open vSwitch 3.0 can compile
with Open vSwitch 2.17
Fixes: https://github.com/openwrt/packages/issues/22744
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit 7ccbb9a66c)
This commit is contained in:
@@ -27,9 +27,9 @@ Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
||||
Description: Open vSwitch library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lopenvswitch
|
||||
-Libs.private: @LIBS@
|
||||
-Libs.private: @LIBS@ @SSL_LIBS@ @CAPNG_LDADD@ @LIBBPF_LDADD@
|
||||
+Libs.private: @LIBS@ @SSL_LIBS@ @CAPNG_LDADD@ @LIBBPF_LDADD@ @LIBUNBOUND_LDADD@ @LIBUNWIND_LDADD@
|
||||
Cflags: -I${includedir}/openvswitch
|
||||
Cflags: -I${includedir}
|
||||
--- a/m4/openvswitch.m4
|
||||
+++ b/m4/openvswitch.m4
|
||||
@@ -677,7 +677,8 @@ AC_DEFUN([OVS_CHECK_UNBOUND],
|
||||
|
||||
Reference in New Issue
Block a user