diff mbox series

[ovs-dev] debian and rhel: Add libunwind dev package.

Message ID 1571342136-55308-1-git-send-email-u9012063@gmail.com
State Accepted
Headers show
Series [ovs-dev] debian and rhel: Add libunwind dev package. | expand

Commit Message

William Tu Oct. 17, 2019, 7:55 p.m. UTC
The patch add libunwind dev package to debian and rhel.

Signed-off-by: William Tu <u9012063@gmail.com>
---
 debian/control           | 3 ++-
 rhel/openvswitch.spec.in | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

Yi-Hung Wei Oct. 17, 2019, 8:38 p.m. UTC | #1
On Thu, Oct 17, 2019 at 12:56 PM William Tu <u9012063@gmail.com> wrote:
>
> The patch add libunwind dev package to debian and rhel.
>
> Signed-off-by: William Tu <u9012063@gmail.com>
> ---

Looks good to me.

Acked-by: Yi-Hung Wei <yihung.wei@gmail.com>
William Tu Oct. 19, 2019, 12:16 a.m. UTC | #2
On Thu, Oct 17, 2019 at 01:38:08PM -0700, Yi-Hung Wei wrote:
> On Thu, Oct 17, 2019 at 12:56 PM William Tu <u9012063@gmail.com> wrote:
> >
> > The patch add libunwind dev package to debian and rhel.
> >
> > Signed-off-by: William Tu <u9012063@gmail.com>
> > ---
> 
> Looks good to me.
> 
> Acked-by: Yi-Hung Wei <yihung.wei@gmail.com>

Applied to master, thanks
William
diff mbox series

Patch

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