GUACAMOLE-325: Include -no-undefined in libguac libtool flags.

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/944857d1
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/944857d1
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/944857d1

Branch: refs/heads/master
Commit: 944857d130d96052a734fcc5d0bcfbf93e04ff5f
Parents: 7b8d250
Author: Michael Jumper <mjum...@apache.org>
Authored: Sat Jun 10 14:39:47 2017 -0700
Committer: Michael Jumper <mjum...@apache.org>
Committed: Wed Jul 5 20:55:02 2017 -0700

----------------------------------------------------------------------
 src/libguac/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/944857d1/src/libguac/Makefile.am
----------------------------------------------------------------------
diff --git a/src/libguac/Makefile.am b/src/libguac/Makefile.am
index 567f0fa..f2b11f3 100644
--- a/src/libguac/Makefile.am
+++ b/src/libguac/Makefile.am
@@ -113,6 +113,7 @@ libguac_la_CFLAGS = \
 
 libguac_la_LDFLAGS =     \
     -version-info 14:0:2 \
+    -no-undefined        \
     @CAIRO_LIBS@         \
     @DL_LIBS@            \
     @JPEG_LIBS@          \

Reply via email to