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

git-admin at x2go.org git-admin at x2go.org
Mon May 28 23:44:15 CEST 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pale-moon.

commit 671ebdee243e91a0acda684a1e8fa4cef3c89ee0
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 8345526..d8846df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ palemoon (27.9.1a1~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