[27788] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Link dbtest with libkrb5support

daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri May 31 12:48:43 2013

Date: Fri, 31 May 2013 12:48:37 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201305311648.r4VGmb4A002251@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/ea20e248dc2ba4d843a1e536e649c901c1c3f5b2
commit ea20e248dc2ba4d843a1e536e649c901c1c3f5b2
Author: Greg Hudson <ghudson@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@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::
 
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post