[ovs-dev] [PATCH] ovs-dev.py: Fix libcap-ng-dev dependency.

Joe Stringer joe at ovn.org
Wed Dec 23 22:16:09 UTC 2015


Signed-off-by: Joe Stringer <joe at ovn.org>
---
 utilities/ovs-dev.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utilities/ovs-dev.py b/utilities/ovs-dev.py
index 9ef9723f7759..c12170610815 100755
--- a/utilities/ovs-dev.py
+++ b/utilities/ovs-dev.py
@@ -327,7 +327,7 @@ Basic Configuration:
 
     # First install the basic requirements needed to build Open vSwitch.
     sudo apt-get install git build-essential libtool autoconf pkg-config \\
-            libssl-dev gdb libcap-ng linux-headers-`uname -r`
+            libssl-dev gdb libcap-ng-dev linux-headers-`uname -r`
 
     # Next clone the Open vSwitch source.
     git clone https://github.com/openvswitch/ovs.git %(ovs)s
-- 
2.1.4




More information about the dev mailing list