[Pkg-chromium-commit] [pkg-chromium] 01/01: rules: add missing quote in armhf case
Riku Voipio
riku at moszumanska.debian.org
Fri Dec 16 12:34:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
riku pushed a commit to branch arm64
in repository pkg-chromium.
commit a942a6815409b53127916871bd3a465bdcf29181
Author: Riku Voipio <riku.voipio at linaro.org>
Date: Fri Dec 16 14:33:18 2016 +0200
rules: add missing quote in armhf case
Unfortunately I screwed the last upload. Fix the
arm host cpu definition.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 126c1d2..6705b59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ ifeq (arm64,$(DEB_HOST_ARCH))
defines+=host_cpu=\"arm64\"
endif
ifeq (armhf,$(DEB_HOST_ARCH))
-defines+=host_cpu=\"arm \
+defines+=host_cpu=\"arm\" \
arm_use_neon=false \
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git
More information about the Pkg-chromium-commit
mailing list