krb5 commit: Link dbtest with libkrb5support

Greg Hudson ghudson at MIT.EDU
Fri May 31 12:48:37 EDT 2013


https://github.com/krb5/krb5/commit/ea20e248dc2ba4d843a1e536e649c901c1c3f5b2
commit ea20e248dc2ba4d843a1e536e649c901c1c3f5b2
Author: Greg Hudson <ghudson at mit.edu>
Date:   Fri May 31 12:47:34 2013 -0400

    Link dbtest with libkrb5support
    
    In a static build, linking dbtest could fail on platforms where libdb2
    depends on krb5support (platforms without a native mkstemp).  Reported
    by Gilles Espinasse <g.esp at free.fr>.
    
    ticket: 7651

 src/plugins/kdb/db2/libdb2/test/Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/kdb/db2/libdb2/test/Makefile.in b/src/plugins/kdb/db2/libdb2/test/Makefile.in
index 24adcbe..866787c 100644
--- a/src/plugins/kdb/db2/libdb2/test/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/test/Makefile.in
@@ -9,8 +9,8 @@ LOCALINCLUDES=	-I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \
 
 PROG_LIBPATH=-L.. -L$(TOPLIBD)
 
-DB_LIB		= -ldb
-DB_DEPLIB	= ../libdb$(DEPLIBEXT)
+DB_LIB		= -ldb $(SUPPORT_LIB)
+DB_DEPLIB	= ../libdb$(DEPLIBEXT) $(SUPPORT_DEPLIB)
 
 all::
 


More information about the cvs-krb5 mailing list