From 0eaf09290223c25ce846a09808f192ab38cced15 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Thu, 17 May 2012 19:32:41 -0400 Subject: Add missing $(LIBS) to some shared libraries Add $(LIBS) to the $(SHLIB_EXPLIBS) for some shared libraries which did not previously include it, which prevented gcov from working properly in some cases. Patch from W. Trevor King. ticket: 7138 --- src/plugins/kdb/db2/libdb2/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/kdb/db2/libdb2/Makefile.in b/src/plugins/kdb/db2/libdb2/Makefile.in index 3cc5da939..d2df68c79 100644 --- a/src/plugins/kdb/db2/libdb2/Makefile.in +++ b/src/plugins/kdb/db2/libdb2/Makefile.in @@ -14,7 +14,7 @@ HDRDIR=$(BUILDTOP)/include HDRS = $(HDRDIR)/db.h $(HDRDIR)/db-config.h SHLIB_EXPDEPS=$(SUPPORT_DEPLIB) -SHLIB_EXPLIBS=$(SUPPORT_LIB) +SHLIB_EXPLIBS=$(SUPPORT_LIB) $(LIBS) SHLIB_DIRS=-L$(TOPLIBD) SHLIB_RDIRS=$(KRB5_LIBDIR) -- cgit