]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
UBUNTU: Disable zfs build
authorSeth Forshee <seth.forshee@canonical.com>
Tue, 19 Sep 2017 22:11:35 +0000 (17:11 -0500)
committerSeth Forshee <seth.forshee@canonical.com>
Mon, 29 Jan 2018 13:45:04 +0000 (07:45 -0600)
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
debian/rules

index 6c8855f2b3a9d501f0a287310ea1ee8ba424b954..5a68364bc3101638890b34b58be6c132b8b4f105 100755 (executable)
@@ -75,6 +75,8 @@ ifneq ($(do_tools),true)
        do_tools_common=
 endif
 
+do_zfs=false
+
 # Either tools package needs the common source preparation
 do_any_tools=$(sort $(filter-out false,$(do_linux_tools) $(do_cloud_tools)))