[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'ubuntu'



 debian/rules |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit fd30dd23ec79424b9926ae82d4fcaae793e5c113
Author: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date:   Tue Nov 26 15:12:45 2013 +0100

    add a hack to fix building om arm

diff --git a/debian/rules b/debian/rules
index d11e4c5..71b966d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,14 @@ else
 	confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 endif
 
+ifeq (,$(filter $(DEB_HOST_ARCH), armel armhf))
 buildflags = \
 	$(shell DEB_CFLAGS_MAINT_APPEND=-Wall DEB_CXXFLAGS_MAINT_APPEND=-Wall dpkg-buildflags --export=configure)
+else
+# Workaround for a variant of LP: #725126
+buildflags = \
+	$(shell DEB_CFLAGS_MAINT_APPEND="-Wall -fno-optimize-sibling-calls" DEB_CXXFLAGS_MAINT_APPEND="-Wall -fno-optimize-sibling-calls" dpkg-buildflags --export=configure)
+endif
 
 buildflags-i686 = \
 	$(shell DEB_CFLAGS_MAINT_APPEND="-Wall -march=i686" DEB_CXXFLAGS_MAINT_APPEND="-Wall -march=i686" dpkg-buildflags --export=configure)


Reply to: