From ea20e248dc2ba4d843a1e536e649c901c1c3f5b2 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 31 May 2013 12:47:34 -0400 Subject: 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 . ticket: 7651 --- src/plugins/kdb/db2/libdb2/test/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/kdb/db2/libdb2/test/Makefile.in b/src/plugins/kdb/db2/libdb2/test/Makefile.in index 24adcbe99..866787cde 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:: -- cgit