[pkg-remote-commits] [freerdp2] 01/02: debian/rules: For armel builds set -DARM_FP_ABI=hard and -DWITH_NEON=off. Fixes FTBFS on Debian armel.

Mike Gabriel sunweaver at debian.org
Sun Oct 1 10:54:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository freerdp2.

commit ac6366df266305227933c11526e3c8a84127ff8e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Oct 1 12:50:53 2017 +0200

    debian/rules: For armel builds set -DARM_FP_ABI=hard and -DWITH_NEON=off. Fixes FTBFS on Debian armel.
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index c0218dd..3aa71da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,11 @@ ARM_FLOAT_ABI = -DARM_FP_ABI=hard
 else
 ARM_FLOAT_ABI =
 endif
+ifneq (,$(filter armel,$(DEB_HOST_ARCH)))
+ARM_FLOAT_ABI = -DARM_FP_ABI=hard -DWITH_NEON=off
+else
+ARM_FLOAT_ABI =
+endif
 
 NULL =
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/freerdp2.git



More information about the pkg-remote-commits mailing list