[X2Go-Commits] [pale-moon] 10/216: debian/rules: export what needs to be exported.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:42:40 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 78718b0f87d123feab239c382925a0efc41ddc2e
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon May 28 23:03:53 2018 +0200

    debian/rules: export what needs to be exported.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fa14e47..7e2b132 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ palemoon (27.9.2~repack-1-0x2go1) obs; urgency=medium
     - Add (more) LDFLAGS overrides from Debian's firefox(-esr) package.
     - Add (more) CFLAGS overrides from Debian's firefox(-esr) package. Mostly
       disabling unsafe optimizations, also for special platforms such as ARM.
+    - Export what needs to be exported.
 
  -- Mihai Moldovan <ionic at ionic.de>  Mon, 28 May 2018 03:44:10 +0200
 
diff --git a/debian/rules b/debian/rules
index d00330f..c5fc37a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,8 @@ endif
 
 CXXFLAGS = $(CFLAGS)
 
+EXPORTS := CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
+
 %:
 	dh $@ --parallel
 

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