debian: Fix dependencies for openvswitch-datapath-dkms package.
authorBen Pfaff <blp@nicira.com>
Fri, 10 Feb 2012 19:00:54 +0000 (11:00 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 13 Feb 2012 17:13:11 +0000 (09:13 -0800)
commit8c7eb388e15932eaf059d0b1f6638260880be441
tree6aa50e6e92eb0fa4f0a12f978de56b6fb594b8d5
parent2953097759d3baaf22223b876d0028be8df78d3d
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>
debian/control