[X2Go-Commits] [pale-moon] 20/216: debian/rules: add line that actually exports stuff.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:42:43 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 84bf47200e4f182b9210deccb6244d8311ba4443
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed May 30 22:41:51 2018 +0200

    debian/rules: add line that actually exports stuff.
    
    Duh.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4038557..ade80ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
       support for GENSYMBOLS_FLAGS.
     - Add further CC/CXX overrides (if set to the default value).
     - Move a CFLAGS override section down to the correct place.
+    - Add line that actually exports stuff. Duh.
   * 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 27a5f99..4902a89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,6 +76,7 @@ endif
 CXXFLAGS = $(CFLAGS)
 
 EXPORTS := CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
+$(call lazy,CONFIGURE_ENV,$$(foreach export,$(EXPORTS),$$(export)="$$($$(export))"))
 
 %:
 	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