diff options
| author | Tom Yu <tlyu@mit.edu> | 2012-05-17 19:32:41 -0400 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2012-05-17 19:32:41 -0400 |
| commit | 0eaf09290223c25ce846a09808f192ab38cced15 (patch) | |
| tree | 3835d3f5072c17e26d0afd9b3939f974b1e13a22 /src/plugins | |
| parent | a2d47235d4b3ce1a51767ffb6bcabb0460a9387d (diff) | |
| download | krb5-0eaf09290223c25ce846a09808f192ab38cced15.tar.gz krb5-0eaf09290223c25ce846a09808f192ab38cced15.tar.xz krb5-0eaf09290223c25ce846a09808f192ab38cced15.zip | |
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
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/kdb/db2/libdb2/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
