[X2Go-Commits] [pale-moon] 08/11: debian/rules: add ppc64 CFLAGS hack.

git-admin at x2go.org git-admin at x2go.org
Mon May 28 23:44:16 CEST 2018


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

x2go pushed a commit to branch master
in repository pale-moon.

commit 3cdb2dd0354103d084ed6b781aeefd5d5ecd917f
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 ba375b1..285564b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ palemoon (27.9.1a1~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