[X2Go-Commits] [x2gokdrive] 01/02: patches.xorg/1.18.4/xorg-server-configure-ac.patch: add -lpthread to X2GOKDRIVE_LIBS.
git-admin at x2go.org
git-admin at x2go.org
Mon Jan 20 17:53:29 CET 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gokdrive.
commit 37ea229fed86183befbbbec38be6c9ae6d40125e
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Jan 20 17:46:48 2020 +0100
patches.xorg/1.18.4/xorg-server-configure-ac.patch: add -lpthread to X2GOKDRIVE_LIBS.
---
debian/changelog | 2 ++
patches.xorg/1.18.4/xorg-server-configure-ac.patch | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4826296..e1a8050 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -59,6 +59,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
- x2gokdrive{,remote}.c: fix logic flaws.
- x2gokdriveremote.h: remove duplicate function declaration for
clientReadNotify ().
+ - patches.xorg/1.18.4/xorg-server-configure-ac.patch: add -lpthread to
+ X2GOKDRIVE_LIBS.
* debian/control:
+ Grammar fix.
+ Remove dependencies that refer to disabled features.
diff --git a/patches.xorg/1.18.4/xorg-server-configure-ac.patch b/patches.xorg/1.18.4/xorg-server-configure-ac.patch
index 460a19e..62639ea 100644
--- a/patches.xorg/1.18.4/xorg-server-configure-ac.patch
+++ b/patches.xorg/1.18.4/xorg-server-configure-ac.patch
@@ -1,5 +1,5 @@
--- a/configure.ac 2016-07-19 19:27:07.000000000 +0200
-+++ b/configure.ac 2020-01-20 12:22:34.621224151 +0100
++++ b/configure.ac 2020-01-20 17:43:44.281437625 +0100
@@ -31,7 +31,7 @@ RELEASE_DATE="2016-07-19"
RELEASE_NAME="Skordalia"
AC_CONFIG_SRCDIR([Makefile.am])
@@ -21,7 +21,7 @@
XEPHYR_LIBS=
XEPHYR_INCS=
-+X2GOKDRIVE_LIBS=
++X2GOKDRIVE_LIBS=-lpthread
+X2GOKDRIVE_INCS=
+
AM_CONDITIONAL(KDRIVE, [test x$KDRIVE = xyes])
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
More information about the x2go-commits
mailing list