This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 3ff504a373922b12488600bf5873babc6ade3631 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 20 23:10:40 2018 +0200 debian/rules: hope that GCC is new enough to not need the ia64 workaround any longer. --- debian/changelog | 1 + debian/rules | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 347d4d9..5adafec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -104,6 +104,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Ignore rust stuff, but mention it. - Select GTK3 if upstream thinks it should be the default. - Remove old ppc64(be) workaround, good riddance. + - Hope that GCC is new enough to not need the ia64 workaround any longer. * 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 4ddc28a..a01e94a 100755 --- a/debian/rules +++ b/debian/rules @@ -79,10 +79,6 @@ ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CONFIGURE_FLAGS += --disable-optimize endif -ifneq (,$(filter ia64,$(DEB_BUILD_ARCH))) - CONFIGURE_FLAGS += --enable-optimize=-O2 -endif - ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) CONFIGURE_FLAGS += --enable-debug endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git