[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.1.1.1-3-g85cbd8a
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:22:09 CET 2013
The branch, build-baikal has been updated
via 85cbd8a06b78ed13d9ad2a3de47b4d854ae9e5d7 (commit)
from 49688c37bb09861fee632a40130278e312f6216b (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 | 2 ++
x2goserver/Makefile | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 15413f5..9593147 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ x2goserver (3.1.1.2-0~x2go1) UNRELEASED; urgency=low
- Place session.log into /tmp directory, make x2gocleansessions and
x2golistsessions_root work even if home directories are mounted
via NFSv4+Krb5 and not accessible by root.
+ - Use -fPIE gcc (position independed executable) for building
+ x2gosqlitewrapper.c (as suggested by Jan Engelhardt).
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Tue, 26 Jun 2012 09:32:31 +0200
diff --git a/x2goserver/Makefile b/x2goserver/Makefile
index c90f1c9..be689c5 100755
--- a/x2goserver/Makefile
+++ b/x2goserver/Makefile
@@ -37,7 +37,7 @@ build: build-arch build-indep
build-arch: build_setgidwrappers
build_setgidwrappers:
- gcc -o x2gosqlitewrapper x2gosqlitewrapper.c
+ gcc -fPIE -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