[X2Go-Commits] [pale-moon] 113/216: debian/rules: hope that GCC is new enough to not need the ia64 workaround any longer.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:43:11 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 0502b5b2fe500fd7c245e0518f10e3bbb3f3f026
Author: Mihai Moldovan <ionic at 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


More information about the x2go-commits mailing list