[Pkg-voip-commits] [kamailio] 02/10: fix FTBFS on powerpcspe because of AltiVec assumption
Victor Seva Lopez
maniac-guest at moszumanska.debian.org
Tue May 19 20:56:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
maniac-guest pushed a commit to branch master
in repository kamailio.
commit 5cfb5805174733ef0237f0aac21d7339f66e8445
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: Tue May 19 19:52:11 2015 +0200
fix FTBFS on powerpcspe because of AltiVec assumption
Closes: #729635
Thanks: Roland Stigge <stigge at antcom.de>
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 28a8454..00ca3a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,6 +56,11 @@ else
override PACKAGE_GROUPS+= mono
endif
+# FTBFS on powerpcspe because of AltiVec assumption #729635
+ifeq ($(DEB_HOST_ARCH),powerpcspe)
+ export NOALTIVEC=1
+endif
+
# name of libdir in the path for libraries (e.g., lib for 32b, lib64 for 64b)
LIBDIR ?= lib/$(DEB_HOST_MULTIARCH)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/kamailio.git
More information about the Pkg-voip-commits
mailing list