This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 55ea264d133024cb511571b13cf997f09de085e2 Author: Mihai Moldovan <ionic@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@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