svn rev #25518: branches/krb5-1-10/src/plugins/kdb/ldap/

tlyu@MIT.EDU tlyu at MIT.EDU
Mon Dec 5 18:43:14 EST 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25518
Commit By: tlyu
Log Message:
ticket: 7030
version_fixed: 1.10
status: resolved

pull up r25494 from trunk

 ------------------------------------------------------------------------
 r25494 | hartmans | 2011-11-29 18:11:13 -0500 (Tue, 29 Nov 2011) | 7 lines

 ticket: 7030
 subject: Ldap dependency for parallel builds
 tags: pullup
 target_version: 1.10

 The ldap plugin needs to declare a dependency on the ldap library


Changed Files:
U   branches/krb5-1-10/src/plugins/kdb/ldap/Makefile.in
Modified: branches/krb5-1-10/src/plugins/kdb/ldap/Makefile.in
===================================================================
--- branches/krb5-1-10/src/plugins/kdb/ldap/Makefile.in	2011-12-05 23:43:11 UTC (rev 25517)
+++ branches/krb5-1-10/src/plugins/kdb/ldap/Makefile.in	2011-12-05 23:43:14 UTC (rev 25518)
@@ -31,6 +31,9 @@
 
 SRCS= 	$(srcdir)/ldap_exp.c
 
+$(TOPLIBD)/libkdb_ldap$(SHLIBEXT) : all-recurse
+
+
 STOBJLISTS=OBJS.ST
 STLIBOBJS= ldap_exp.o
 




More information about the cvs-krb5 mailing list