Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
f1ab84d2
Commit
f1ab84d2
authored
Nov 25, 2015
by
Andy Whitcroft
Committed by
Tim Gardner
Feb 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UBUNTU: [Debian] Disable SPL/ZFS for cross compiling -- redux
Signed-off-by:
Andy Whitcroft
<
apw@canonical.com
>
parent
06ed6510
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
debian/rules
debian/rules
+1
-0
debian/rules.d/0-common-vars.mk
debian/rules.d/0-common-vars.mk
+0
-7
No files found.
debian/rules
View file @
f1ab84d2
...
...
@@ -40,6 +40,7 @@ do_tools_common=true
# Don't build tools in a cross compile environment.
ifneq ($(DEB_HOST_ARCH),$(DEB_BUILD_ARCH))
do_tools=false
do_zfs=false
endif
# Stages -- support both DEB_STAGE=stage1 and DEB_BUILD_PROFILE=bootstrap
...
...
debian/rules.d/0-common-vars.mk
View file @
f1ab84d2
...
...
@@ -107,13 +107,6 @@ 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment