Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian Remote Packaging Team
freerdp-1.1-legacy
Commits
82b72033
Commit
82b72033
authored
Apr 27, 2016
by
Mike Gabriel
Browse files
debian/rules: Use DEB_BUILD_ARCH, rather than DEB_HOST_ARCH when detecting armhf build system.
parent
b1480a70
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
82b72033
...
...
@@ -6,8 +6,8 @@ include /usr/share/dpkg/buildflags.mk
NULL =
DEB_
HOST
_ARCH=$(shell dpkg-architecture -qDEB_
HOST
_ARCH)
ifneq (,$(filter armhf,$(DEB_
HOST
_ARCH)))
DEB_
BUILD
_ARCH=$(shell dpkg-architecture -qDEB_
BUILD
_ARCH)
ifneq (,$(filter armhf,$(DEB_
BUILD
_ARCH)))
ARM_FLOAT_ABI = -DARM_FP_ABI=hard
else
ARM_FLOAT_ABI =
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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