[Fedora-directory-commits] ldapserver aclocal.m4, 1.47, 1.48 configure, 1.58, 1.59 missing, 1.37, 1.38 install-sh, 1.37, 1.38 depcomp, 1.37, 1.38 compile, 1.36, 1.37 config.sub, 1.36, 1.37 config.guess, 1.36, 1.37 Makefile.in, 1.65, 1.66

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Aug 10 00:00:01 UTC 2007


Author: rmeggins

Update of /cvs/dirsec/ldapserver
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11888

Modified Files:
	aclocal.m4 configure missing install-sh depcomp compile 
	config.sub config.guess Makefile.in 
Log Message:
using ldap also pulls in nss and nspr, so we have to add those - also, put those first in the link line, so that the build finds the dirsec versions of those components and not the mozilla/seamonkey ones in libdir


















Index: Makefile.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/Makefile.in,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- Makefile.in	9 Aug 2007 00:10:32 -0000	1.65
+++ Makefile.in	9 Aug 2007 23:59:59 -0000	1.66
@@ -560,6 +560,7 @@
 	ldap/servers/slapd/ldap_agent_bin-agtmmap.$(OBJEXT)
 ldap_agent_bin_OBJECTS = $(am_ldap_agent_bin_OBJECTS)
 ldap_agent_bin_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 	$(am__DEPENDENCIES_1)
 am__ldclt_bin_SOURCES_DIST = ldap/servers/slapd/tools/ldaptool-sasl.c \
 	ldap/servers/slapd/tools/ldclt/data.c \
@@ -1751,7 +1752,7 @@
 	ldap/servers/slapd/agtmmap.c
 
 ldap_agent_bin_CPPFLAGS = $(AM_CPPFLAGS) @netsnmp_inc@ @ldapsdk_inc@ @nss_inc@ @nspr_inc@
-ldap_agent_bin_LDADD = $(NETSNMP_LINK) $(LDAPSDK_LINK)
+ldap_agent_bin_LDADD = $(LDAPSDK_LINK) $(NSS_LINK) $(NSPR_LINK) $(NETSNMP_LINK) 
 
 #------------------------
 # ldclt




More information about the Fedora-directory-commits mailing list