[pkg-remote-commits] [x2goserver] 14/15: debian/patches: Add 1003_fix-implicit-decl-execv.patch. Fix implicit declaration of execv().

Mike Gabriel sunweaver at debian.org
Tue Dec 27 19:59:13 UTC 2016


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

sunweaver pushed a commit to branch master
in repository x2goserver.

commit 23687524c020924c6da91d9ac7372ada95a6cd7b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Dec 27 20:58:18 2016 +0100

    debian/patches: Add 1003_fix-implicit-decl-execv.patch. Fix implicit declaration of execv().
---
 debian/patches/1002_backport-x2golistshadowsessions.patch | 10 ++++++++++
 debian/patches/1003_fix-implicit-decl-execv.patch         | 14 ++++++++++++++
 debian/patches/series                                     |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/patches/1002_backport-x2golistshadowsessions.patch b/debian/patches/1002_backport-x2golistshadowsessions.patch
index 7e9230d..d82b3c4 100644
--- a/debian/patches/1002_backport-x2golistshadowsessions.patch
+++ b/debian/patches/1002_backport-x2golistshadowsessions.patch
@@ -150,3 +150,13 @@ Comment:
 +.SH AUTHOR
 +This manual has been written by Mike Gabriel <mike.gabriel at das-netzwerkteam.de> for the X2Go project
 +(http://www.x2go.org).
+--- a/x2goserver/share/x2gofeature.d/x2goserver.features
++++ b/x2goserver/share/x2gofeature.d/x2goserver.features
+@@ -36,6 +36,7 @@
+ 	"X2GO_PUBLISHED_APPLICATIONS") echo "ok"; exit 0;;
+ 	"X2GO_SERVERSIDE_DESKTOPCOMMANDS") echo "ok"; exit 0;;
+ 	"X2GO_SET_KEYBOARD") echo "ok"; exit 0;;
++	"X2GO_LIST_SHADOWSESSIONS") echo "ok"; exit 0;;
+ 	"X2GO_MOUNT_UNCPATHS") echo "ok"; exit 0;;
+ 	"X2GO_CLIPBOARD_MODES") echo "ok"; exit 0;;
+ 	*) exit -1;;
diff --git a/debian/patches/1003_fix-implicit-decl-execv.patch b/debian/patches/1003_fix-implicit-decl-execv.patch
new file mode 100644
index 0000000..5d60367
--- /dev/null
+++ b/debian/patches/1003_fix-implicit-decl-execv.patch
@@ -0,0 +1,14 @@
+Description: Fix implicit declaration of execv()
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/x2goserver/x2gosqlitewrapper.c
++++ b/x2goserver/x2gosqlitewrapper.c
+@@ -21,6 +21,8 @@
+  * 
+  */
+ 
++#include <unistd.h>
++
+ int main( int argc, char *argv[] ) {
+ 
+ 	char x2gosqlitewrapper[] = TRUSTED_BINARY;
diff --git a/debian/patches/series b/debian/patches/series
index 169052d..a6eb640 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 1001_backport-x2goserver-x2goagent.patch
 1002_backport-x2golistshadowsessions.patch
+1003_fix-implicit-decl-execv.patch
 2001_drop-pyhoca-and-compat-pkgs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/x2goserver.git



More information about the pkg-remote-commits mailing list