From 84ed7652b389bf675aff7476618c20855b403435 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 6 Sep 2006 20:45:39 +0000 Subject: Bug: 205456 Description: Enable DS Core build/install on HP-UX Fix Description: remove some bogus adminutil and nsdshttpd stuff from the plugin makefiles Reviewed by: nhosoi (Thanks!) --- ldap/servers/plugins/acl/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'ldap/servers/plugins/acl') diff --git a/ldap/servers/plugins/acl/Makefile b/ldap/servers/plugins/acl/Makefile index 5696a14b..add44ac0 100644 --- a/ldap/servers/plugins/acl/Makefile +++ b/ldap/servers/plugins/acl/Makefile @@ -80,10 +80,8 @@ EXTRA_LIBS += $(LIBSLAPD) $(NSPRLINK) $(LDAP_LIBAVL) $(LDAP_SDK_LIBLDAP_DLL) endif # ACL plugin depends on libadminutil (through libns-httpd) -#EXTRA_LIBS_DEP += $(NSHTTPD_DEP) $(ADMINUTIL_DEP) $(DBM_DEP) -#EXTRA_LIBS += $(DYN_NSHTTPD) $(ADMINUTIL_LINK) $(DBMLINK) -EXTRA_LIBS_DEP += $(NSHTTPD_DEP) $(DBM_DEP) -EXTRA_LIBS += $(DYN_NSHTTPD) $(DBMLINK) +EXTRA_LIBS_DEP += $(NSHTTPD_DEP) +EXTRA_LIBS += $(DYN_NSHTTPD) ifeq ($(ARCH), WINNT) EXTRA_LIBS_DEP += $(LIBACCESS_DEP) @@ -104,7 +102,7 @@ endif ifeq ($(ARCH), HPUX) EXTRA_LIBS_DEP += $(LDAPSDK_DEP) $(NSPR_DEP) $(SECURITY_DEP) -EXTRA_LIBS += $(DYN_NSHTTPD) $(ADMINUTIL_LINK) $(LDAPLINK) $(SECURITYLINK) $(NSPRLINK) $(ICULINK) +EXTRA_LIBS += $(DYN_NSHTTPD) $(LDAPLINK) $(SECURITYLINK) $(NSPRLINK) $(ICULINK) endif clientSDK: -- cgit