[X2Go-Commits] [pale-moon] 12/216: debian/rules: add ppc64 CFLAGS hack.
git-admin at x2go.org
git-admin at x2go.org
Sat Feb 16 02:42:41 CET 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository pale-moon.
commit 7c9ca315dde6902fc193058903b9e4b79a0f6369
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon May 28 23:40:25 2018 +0200
debian/rules: add ppc64 CFLAGS hack.
---
debian/changelog | 1 +
debian/rules | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b394e1a..c334921 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ palemoon (27.9.2~repack-1-0x2go1) obs; urgency=medium
- Export what needs to be exported.
- Enable or disable optimizations when needed. Needs further support for
CONFIGURE_FLAGS.
+ - Add ppc64 CFLAGS hack.
-- Mihai Moldovan <ionic at ionic.de> Mon, 28 May 2018 03:44:10 +0200
diff --git a/debian/rules b/debian/rules
index 19803fb..a2df4bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,10 @@ ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CONFIGURE_FLAGS += --disable-optimize
endif
+ifeq ($(DEB_BUILD_ARCH),ppc64)
+ CFLAGS += -mminimal-toc
+endif
+
ifneq (,$(filter ia64,$(DEB_BUILD_ARCH)))
CONFIGURE_FLAGS += --enable-optimize=-O2
endif
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
More information about the x2go-commits
mailing list