[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.1.1.9-6-ga306e36

X2Go dev team git-admin at x2go.org
Wed Dec 4 06:18:27 CET 2013


The branch, build-main has been updated
       via  a306e368163608e4e8c3f6b7bf462b67654908e4 (commit)
      from  5a0b2cacaf99cefe524fd398b072aecb0710bbd7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog    |    5 +++++
 x2goserver/Makefile |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index b703359..b3e7b4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,11 @@ x2goserver (3.1.1.10-0~x2go1) UNRELEASED; urgency=low
     - Fix mounting of multiple paths, thanks to Pascal Vibet. (Closes upstream
       issue #67).
 
+  [ Orion Poplawski ]
+  * New upstream version (3.1.1.10):
+    - Honour CFLAGS when compiling the server's sgid wrapper script (closes
+      upstream.issue #83).
+
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 23 Nov 2012 15:35:48 +0100
 
 x2goserver (3.1.1.9-0~x2go1) unstable; urgency=low
diff --git a/x2goserver/Makefile b/x2goserver/Makefile
index 979283b..4f93d24 100755
--- a/x2goserver/Makefile
+++ b/x2goserver/Makefile
@@ -37,7 +37,7 @@ build: build-arch build-indep
 build-arch: build_setgidwrappers
 
 build_setgidwrappers:
-	gcc -fPIE -pie -o x2gosqlitewrapper x2gosqlitewrapper.c
+	gcc -fPIE -pie $(CFLAGS) -o x2gosqlitewrapper x2gosqlitewrapper.c
 
 build-indep: build_man2html
 


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list