mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +00:00
debian: Break rules for datapath module out of debian/rules.
debian/rules included makefiles from /usr/share/modass/include. Unfortunately these makefiles set some environment variables to values that we do not want in the general Debian build, e.g. on this machine they set CC to gcc-4.1. It appears that it is generally good practice to break out the kernel module rules from the general-purpose rules anyhow, so this commit does so.
This commit is contained in:
1
debian/openvswitch-datapath-source.install
vendored
1
debian/openvswitch-datapath-source.install
vendored
@@ -2,5 +2,4 @@ debian/changelog usr/src/modules/openvswitch-datapath/debian
|
||||
debian/control usr/src/modules/openvswitch-datapath/debian
|
||||
debian/compat usr/src/modules/openvswitch-datapath/debian
|
||||
debian/*.modules.in usr/src/modules/openvswitch-datapath/debian
|
||||
debian/rules usr/src/modules/openvswitch-datapath/debian
|
||||
_debian/openvswitch.tar.gz usr/src/modules/openvswitch-datapath
|
||||
|
Reference in New Issue
Block a user