From e381e43811ed2657c7f6a599abcc7c08b2a1bdc8 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 9 Aug 2007 23:59:59 +0000 Subject: 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 --- wrappers/ldap-agent.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers') diff --git a/wrappers/ldap-agent.in b/wrappers/ldap-agent.in index f2fa57b7..0ee44a65 100755 --- a/wrappers/ldap-agent.in +++ b/wrappers/ldap-agent.in @@ -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 -- cgit