aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-02-10 11:00:54 -0800
committerBen Pfaff <blp@nicira.com>2012-02-13 09:14:14 -0800
commit30ee46f95c0b16e0e58d059d9c6d71f2e51ac303 (patch)
tree6172b3703c0ee8e3921a44652e4d0b2139fd64d2 /debian
parentd6af7b1021aef1be45508e63187f137a8cff5ac0 (diff)
debian: Fix dependencies for openvswitch-datapath-dkms package.
The OVS kernel module, like other kernel modules, does not need a working userspace build environment, but the OVS "configure" script and makefiles don't support a kernel-only build, so "configure" fails if libc6-dev is not installed. It would be better to change the "configure" script and makefiles to handle this special case, but that was more work than I initially expected it to be. Bug #8606. Reported-by: Edwin Chiu <echiu@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 4f714652..09a26b1d 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Description: Open vSwitch datapath module source - module-assistant version
Package: openvswitch-datapath-dkms
Architecture: all
-Depends: dkms (>= 1.95), make, ${misc:Depends}
+Depends: dkms (>= 1.95), make, libc6-dev, ${misc:Depends}
Description: Open vSwitch datapath module source - DKMS version
This package provides the Open vSwitch datapath module source code
that is needed by openvswitch-switch. DKMS can built the kernel