Author: rmeggins
Update of /cvs/dirsec/ldapserver/wrappers In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11847/ldapserver/wrappers
Modified Files: ldap-agent.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: ldap-agent.in =================================================================== RCS file: /cvs/dirsec/ldapserver/wrappers/ldap-agent.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ldap-agent.in 7 Feb 2007 23:57:40 -0000 1.3 +++ ldap-agent.in 9 Aug 2007 23:59:23 -0000 1.4 @@ -4,7 +4,7 @@ ## (1) Specify variables used by this script. ## ###############################################################################
-LIB_DIR=@netsnmp_libdir@ +LIB_DIR=@nss_libdir@:@nspr_libdir@:@ldapsdk_libdir@:@netsnmp_libdir@ BIN_DIR=@bindir@ COMMAND=ldap-agent-bin
389-commits@lists.fedoraproject.org