This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 8d5fa0fbe02b23f51c5477ab75c2b104b9ccf24a Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 20 23:08:55 2018 +0200 debian/rules: remove old ppc64(be) workaround, good riddance. --- debian/changelog | 1 + debian/rules | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index bad4be5..347d4d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -103,6 +103,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Replace $(PRODUCT) with hardcoded palemoon string in missed location. - Ignore rust stuff, but mention it. - Select GTK3 if upstream thinks it should be the default. + - Remove old ppc64(be) workaround, good riddance. * debian/mozconfig: - Remove autoconf flags that should better be handled by debian/rules. * debian/make.mk: diff --git a/debian/rules b/debian/rules index 689a481..4ddc28a 100755 --- a/debian/rules +++ b/debian/rules @@ -79,10 +79,6 @@ 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