You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2017/09/21 15:19:14 UTC

thrift git commit: THRIFT-4205: Make sure gobject+glib are correctly linked

Repository: thrift
Updated Branches:
  refs/heads/master 5310616b1 -> cbd975924


THRIFT-4205: Make sure gobject+glib are correctly linked

This closes #1272


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/cbd97592
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/cbd97592
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/cbd97592

Branch: refs/heads/master
Commit: cbd975924538ae76dee7aae366fd746bc1e5538e
Parents: 5310616
Author: Gonzalo Aguilar Delgado <ga...@level2crm.com>
Authored: Tue May 23 17:22:44 2017 +0200
Committer: James E. King, III <jk...@apache.org>
Committed: Thu Sep 21 08:18:17 2017 -0700

----------------------------------------------------------------------
 lib/c_glib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/cbd97592/lib/c_glib/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/c_glib/Makefile.am b/lib/c_glib/Makefile.am
index 8e7bf88..871766b 100755
--- a/lib/c_glib/Makefile.am
+++ b/lib/c_glib/Makefile.am
@@ -58,7 +58,7 @@ libthrift_c_glib_la_SOURCES = src/thrift/c_glib/thrift.c \
                               src/thrift/c_glib/server/thrift_simple_server.c
 
 libthrift_c_glib_la_CFLAGS = $(AM_CFLAGS) $(GLIB_CFLAGS) $(GOBJECT_CFLAGS) $(OPENSSL_INCLUDES)
-libthrift_c_glib_la_LDFLAGS = $(AM_LDFLAGS)  $(OPENSSL_LDFLAGS) $(OPENSSL_LIBS)
+libthrift_c_glib_la_LDFLAGS = $(AM_LDFLAGS) $(GLIB_LIBS) $(GOBJECT_LIBS)  $(OPENSSL_LDFLAGS) $(OPENSSL_LIBS) 
 
 include_thriftdir = $(includedir)/thrift/c_glib
 include_thrift_HEADERS = \