[debian-edu-commits] debian-edu/ 02/03: Explicitly link against main lib.

Dominik George natureshadow-guest at moszumanska.debian.org
Fri Oct 7 23:32:23 UTC 2016


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

natureshadow-guest pushed a commit to branch master
in repository guacamole-server.

commit 583f26fd21e66a42d813efb38febdcd664ef9e0a
Author: Dominik George <nik at naturalnet.de>
Date:   Sat Oct 8 01:26:33 2016 +0200

    Explicitly link against main lib.
---
 debian/patches/fix-buildsystem.patch | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/patches/fix-buildsystem.patch b/debian/patches/fix-buildsystem.patch
index 0bd4930..837a1be 100644
--- a/debian/patches/fix-buildsystem.patch
+++ b/debian/patches/fix-buildsystem.patch
@@ -155,7 +155,7 @@ Author: Dominik George <nik at naturalnet.de>
 +    @WEBP_LIBS@
 --- a/src/protocols/rdp/Makefile.am
 +++ b/src/protocols/rdp/Makefile.am
-@@ -117,77 +117,77 @@ endif
+@@ -117,77 +117,80 @@ endif
  #
  
  libguac_client_rdp_la_CFLAGS = \
@@ -204,7 +204,8 @@ Author: Dominik George <nik at naturalnet.de>
 -    @LIBGUAC_LTLIB@
 +    @LIBGUAC_LTLIB@ \
 +    @PTHREAD_LIBS@  \
-+    @RDP_LIBS@
++    @RDP_LIBS@      \
++    libguac-client-rdp.la
  
  #
  # RDPSND
@@ -228,7 +229,8 @@ Author: Dominik George <nik at naturalnet.de>
 -    @LIBGUAC_LTLIB@
 +    @LIBGUAC_LTLIB@ \
 +    @PTHREAD_LIBS@  \
-+    @RDP_LIBS@
++    @RDP_LIBS@      \
++    libguac-client-rdp.la
  
  #
  # Static Virtual Channels
@@ -252,7 +254,8 @@ Author: Dominik George <nik at naturalnet.de>
 -    @LIBGUAC_LTLIB@
 +    @LIBGUAC_LTLIB@ \
 +    @PTHREAD_LIBS@  \
-+    @RDP_LIBS@
++    @RDP_LIBS@      \
++    libguac-client-rdp.la
  
  #
  # Optional SFTP support

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/guacamole-server.git



More information about the debian-edu-commits mailing list