[X2Go-Commits] [pale-moon] 116/216: debian/rules: remove GENSYMBOLS_FLAGS setting, the source code doesn't even use it.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:43:12 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 e3774180ce121954cf29cb1536ea9be8f70310ed
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Sep 20 23:26:09 2018 +0200

    debian/rules: remove GENSYMBOLS_FLAGS setting, the source code doesn't even use it.
---
 debian/changelog | 1 +
 debian/rules     | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9a595a0..940d672 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -108,6 +108,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - Remove MOZ_FFVPX stuff, unimplemented.
     - Add CRASH_REPORTER setting, although I'm unsure if that's even
       supported.
+    - Remove GENSYMBOLS_FLAGS setting, the source code doesn't even use it.
   * 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 5d96df5..1da37fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,9 +85,6 @@ endif
 ifneq (,$(filter i386 amd64 armel armhf,$(DEB_BUILD_ARCH)))
 	CRASH_REPORTER = 1
 endif
-ifeq (,$(filter debug noopt,$(DEB_BUILD_OPTIONS)))
-	GENSYMBOLS_FLAGS := -c4
-endif
 
 ifeq (default,$(origin CC))
 CC := gcc

--
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