[X2Go-Commits] [pale-moon] 197/216: debian/rules: disable using system libraries completely, not compatible with official branding.
git-admin at x2go.org
git-admin at x2go.org
Sat Feb 16 02:43:33 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 3b7eaa6b462c9db1e93b06f7e042d05a1a9a1402
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Sep 22 22:29:42 2018 +0200
debian/rules: disable using system libraries completely, not compatible with official branding.
This is a Palemoon-imposed restriction.
---
debian/changelog | 2 ++
debian/rules | 3 +++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8e5ef7a..4821467 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -183,6 +183,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
- Use gcc-mozilla on wheezy. Needs control.in update as well.
- Define and pass down DICT_DIR.
- Include upstream.mk for proper DIST support (and the like).
+ - Disable using system libraries completely, not compatible with official
+ branding. This is a Palemoon-imposed restriction.
* 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 d7e4ef0..696a492 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,9 @@ ifeq (,$(filter wheezy jessie,$(DIST)))
SYSTEM_LIBS += vpx
endif
+# Palemoon's official branding explicitly disallows using system libraries. Do tell...
+SYSTEM_LIBS =
+
define system_lib
USE_SYSTEM_$(1) = 1
SYSTEM_LIBS_VARS += USE_SYSTEM_$(1)
--
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