]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
UBUNTU: Disable zfs build
authorSeth Forshee <seth.forshee@canonical.com>
Tue, 16 May 2017 20:39:42 +0000 (15:39 -0500)
committerSeth Forshee <seth.forshee@canonical.com>
Tue, 5 Sep 2017 12:34:13 +0000 (07:34 -0500)
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
debian/rules

index 5fbe78f3265ebae530882c3054304af7ac8a7b19..7f67744e184b1b96acc596a44980883cb0880ddf 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)))