Commit 0bd1d65d authored by Tim Gardner's avatar Tim Gardner

UBUNTU: [Debian] Disable SPL/ZFS for cross compiling

Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 2327b5aa
......@@ -107,6 +107,13 @@ ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
CROSS_COMPILE ?= $(DEB_HOST_GNU_TYPE)-
endif
#
# The SPL/ZFS config is not cross compile smart yet.
#
ifneq ($(CROSS_COMPILE),)
do_zfs = false
endif
abidir := $(CURDIR)/$(DEBIAN)/abi/$(release)-$(revision)/$(arch)
prev_abidir := $(CURDIR)/$(DEBIAN)/abi/$(release)-$(prev_revision)/$(arch)
commonconfdir := $(CURDIR)/$(DEBIAN)/config
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment