[debian-edu-commits] debian-edu/ 01/03: Explicitly link against all used freerdp parts.
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 1791df25c77f244fc39c2a39c23bb1b67c8b0a5d
Author: Dominik George <nik at naturalnet.de>
Date: Sat Oct 8 01:10:49 2016 +0200
Explicitly link against all used freerdp parts.
---
debian/patches/fix-buildsystem.patch | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/debian/patches/fix-buildsystem.patch b/debian/patches/fix-buildsystem.patch
index e3bb1aa..0bd4930 100644
--- a/debian/patches/fix-buildsystem.patch
+++ b/debian/patches/fix-buildsystem.patch
@@ -37,6 +37,18 @@ Author: Dominik George <nik at naturalnet.de>
if test "x${have_ssl}" = "xno"
then
+@@ -390,9 +395,9 @@ then
+
+ # libfreerdp-core / libfreerdp
+ AC_CHECK_LIB([freerdp-core], [freerdp_new],
+- [RDP_LIBS="$RDP_LIBS -lfreerdp-core"],
++ [RDP_LIBS="$RDP_LIBS -lfreerdp-core -lfreerdp-common -lfreerdp-client -lwinpr-utils"],
+ [AC_CHECK_LIB([freerdp], [freerdp_new],
+- [RDP_LIBS="$RDP_LIBS -lfreerdp -lfreerdp-client"],
++ [RDP_LIBS="$RDP_LIBS -lfreerdp -lfreerdp-common -lfreerdp-client -lwinpr-utils"],
+ [AC_MSG_WARN([
+ --------------------------------------------
+ Unable to find libfreerdp-core / libfreerdp
@@ -867,13 +872,14 @@ then
AC_CHECK_LIB([ssh2], [gcry_control],
[AC_CHECK_HEADER(gcrypt.h,
--
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