mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
openvswitch: openvswitch.mk: add ovs_common_depends variable
This is to address the need that openvswitch starting with 2.13 now
depends on libunwind for handling SIGSEGV (upstream commit e2ed6fbeb18
("fatal-signal: Catch SIGSEGV and print backtrace"))
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
@@ -33,6 +33,7 @@ PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../../lang/python/python3-host.mk
|
||||
|
||||
ovs_common_depends:= +libatomic +libunbound
|
||||
|
||||
ovs_libovn_title:=Open vSwitch (libovn.so)
|
||||
ovs_libovn_hidden:=1
|
||||
|
||||
Reference in New Issue
Block a user