mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
ITS#7533 don't install DB_CONFIG if no BDB backends
This commit is contained in:
parent
83d6a5d56e
commit
c9718545da
@ -366,8 +366,14 @@ veryclean-local-srv: FORCE
|
||||
fi; \
|
||||
done
|
||||
|
||||
install-dbc-maybe: install-dbc-@BUILD_BDB@ install-dbc-@BUILD_HDB@
|
||||
|
||||
install-dbc-yes: install-db-config
|
||||
install-dbc-mod: install-db-config
|
||||
install-dbc-no:
|
||||
|
||||
install-local-srv: install-slapd install-tools \
|
||||
install-conf install-db-config install-schema install-tools
|
||||
install-conf install-dbc-maybe install-schema install-tools
|
||||
|
||||
install-slapd: FORCE
|
||||
-$(MKDIR) $(DESTDIR)$(libexecdir)
|
||||
|
Loading…
Reference in New Issue
Block a user