You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2017/07/06 02:59:40 UTC

[06/13] incubator-guacamole-server git commit: GUACAMOLE-337: Add missing libtool flags for libguacd.

GUACAMOLE-337: Add missing libtool flags for libguacd.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/78dbf644
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/78dbf644
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/78dbf644

Branch: refs/heads/master
Commit: 78dbf64416d6a8fc44ccfceb4bf4f3ba62eea8c3
Parents: 3a46fff
Author: Michael Jumper <mj...@apache.org>
Authored: Sat Jun 10 19:19:43 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Sat Jul 1 16:05:17 2017 -0700

----------------------------------------------------------------------
 src/libguacd/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/78dbf644/src/libguacd/Makefile.am
----------------------------------------------------------------------
diff --git a/src/libguacd/Makefile.am b/src/libguacd/Makefile.am
index 6018b97..35eeaf9 100644
--- a/src/libguacd/Makefile.am
+++ b/src/libguacd/Makefile.am
@@ -40,8 +40,10 @@ libguacd_la_CFLAGS =        \
 libguacd_la_LIBADD = \
     @LIBGUAC_LTLIB@
 
-libguacd_la_LDFLAGS = \
-    @PTHREAD_LIBS@    \
+libguacd_la_LDFLAGS =    \
+    -version-info 0:0:0  \
+    -no-undefined        \
+    @PTHREAD_LIBS@       \
     @SSL_LIBS@
 
 # SSL support