The patch add libunwind dev package to debian and rhel.
Signed-off-by: William Tu <[email protected]>
---
debian/control | 3 ++-
rhel/openvswitch.spec.in | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index ad4b187860f3..de092b898cd7 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,8 @@ Build-Depends: graphviz,
python3-twisted-conch,
python3-zopeinterface,
python3-six,
- libunbound-dev
+ libunbound-dev,
+ libunwind-dev
Standards-Version: 3.9.3
Homepage: http://openvswitch.org/
diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in
index 4b6b585c45a0..b0383ed75ed8 100644
--- a/rhel/openvswitch.spec.in
+++ b/rhel/openvswitch.spec.in
@@ -39,6 +39,7 @@ BuildRequires: checkpolicy, selinux-policy-devel
BuildRequires: autoconf, automake, libtool
BuildRequires: python3-sphinx
BuildRequires: unbound-devel
+BuildRequires: unwind-devel
%bcond_without check
%bcond_with check_datapath_kernel
--
2.7.4
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev