mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ucdata needs to point to liblunicode not liblunicode/ucdata
This commit is contained in:
parent
a8985a440b
commit
470e96cb96
@ -13,7 +13,7 @@ bdb: test-bdb
|
|||||||
test-bdb: FORCE
|
test-bdb: FORCE
|
||||||
@-$(LN_S) $(srcdir)/data .
|
@-$(LN_S) $(srcdir)/data .
|
||||||
@-$(LN_S) $(top_srcdir)/servers/slapd/schema .
|
@-$(LN_S) $(top_srcdir)/servers/slapd/schema .
|
||||||
@-$(LN_S) ../libraries/liblunicode/ucdata .
|
@-$(LN_S) ../libraries/liblunicode ucdata
|
||||||
@if test "$(BUILD_LDBM)" = "yes" ; then \
|
@if test "$(BUILD_LDBM)" = "yes" ; then \
|
||||||
echo "Initiating LDAP tests for BDB..." ; \
|
echo "Initiating LDAP tests for BDB..." ; \
|
||||||
$(MKDIR) test-db test-repl || true; \
|
$(MKDIR) test-db test-repl || true; \
|
||||||
@ -26,7 +26,7 @@ ldbm: test-ldbm
|
|||||||
test-ldbm: FORCE
|
test-ldbm: FORCE
|
||||||
@-$(LN_S) $(srcdir)/data .
|
@-$(LN_S) $(srcdir)/data .
|
||||||
@-$(LN_S) $(top_srcdir)/servers/slapd/schema .
|
@-$(LN_S) $(top_srcdir)/servers/slapd/schema .
|
||||||
@-$(LN_S) ../libraries/liblunicode/ucdata .
|
@-$(LN_S) ../libraries/liblunicode ucdata
|
||||||
@if test "$(BUILD_LDBM)" = "yes" ; then \
|
@if test "$(BUILD_LDBM)" = "yes" ; then \
|
||||||
echo "Initiating LDAP tests for LDBM..." ; \
|
echo "Initiating LDAP tests for LDBM..." ; \
|
||||||
$(MKDIR) test-db test-repl || true; \
|
$(MKDIR) test-db test-repl || true; \
|
||||||
@ -39,7 +39,7 @@ passwd: test-passwd
|
|||||||
test-passwd: FORCE
|
test-passwd: FORCE
|
||||||
@-$(LN_S) $(srcdir)/data .
|
@-$(LN_S) $(srcdir)/data .
|
||||||
@-$(LN_S) $(top_srcdir)/servers/slapd/schema .
|
@-$(LN_S) $(top_srcdir)/servers/slapd/schema .
|
||||||
@-$(LN_S) ../libraries/liblunicode/ucdata .
|
@-$(LN_S) ../libraries/liblunicode ucdata
|
||||||
@echo "Initiating LDAP tests..."
|
@echo "Initiating LDAP tests..."
|
||||||
@-$(MKDIR) test-db test-repl || true
|
@-$(MKDIR) test-db test-repl || true
|
||||||
@$(srcdir)/scripts/passwd-search $(srcdir) passwd
|
@$(srcdir)/scripts/passwd-search $(srcdir) passwd
|
||||||
@ -48,7 +48,7 @@ test-nis-schema: test-nis-schema-ldbm
|
|||||||
test-nis-schema-ldbm:
|
test-nis-schema-ldbm:
|
||||||
@-$(LN_S) $(srcdir)/data .
|
@-$(LN_S) $(srcdir)/data .
|
||||||
@-$(LN_S) $(top_srcdir)/servers/slapd/schema .
|
@-$(LN_S) $(top_srcdir)/servers/slapd/schema .
|
||||||
@-$(LN_S) ../libraries/liblunicode/ucdata .
|
@-$(LN_S) ../libraries/liblunicode ucdata
|
||||||
@echo "Initiating LDAP server with NIS schema & ldbm backend..."; \
|
@echo "Initiating LDAP server with NIS schema & ldbm backend..."; \
|
||||||
$(MKDIR) test-db test-repl ; \
|
$(MKDIR) test-db test-repl ; \
|
||||||
$(srcdir)/scripts/startup_nis_ldap_server.sh $(srcdir) ldbm
|
$(srcdir)/scripts/startup_nis_ldap_server.sh $(srcdir) ldbm
|
||||||
|
Loading…
Reference in New Issue
Block a user