]> git.proxmox.com Git - ovs.git/commitdiff
debian: Add libelf-dev dependency for dkms
authorGreg Rose <gvrose8192@gmail.com>
Tue, 12 Feb 2019 20:37:03 +0000 (12:37 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 12 Feb 2019 22:22:53 +0000 (14:22 -0800)
Newer kernels define CONFIG_UNWINDER_ORC for their kernel configurations
and to build this the kernel compilation requires the libelf-dev
package.  Add the dependency to the dkms build requirements.

VMware-BZ: #2287968
Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
debian/control

index cde93f20e80f6ab560dc8412c1f4dc32102057d7..c70d2a67ed4bedf0c95040406f0d9a82cf927425 100644 (file)
@@ -41,7 +41,7 @@ Description: Open vSwitch datapath module source - module-assistant version
 
 Package: openvswitch-datapath-dkms
 Architecture: all
-Depends: dkms (>= 1.95), libc6-dev, make, ${misc:Depends}, ${python:Depends}
+Depends: dkms (>= 1.95), libc6-dev, libelf-dev, make, ${misc:Depends}, ${python:Depends}
 Description: Open vSwitch datapath module source - DKMS version
  Open vSwitch is a production quality, multilayer, software-based,
  Ethernet virtual switch. It is designed to enable massive network