Full_Name: SATOH Fumiyasu Version: master OS: URL: ftp://ftp.openldap.org/incoming/0001-contrib-slapd-modules-Makefile-LDAP_BUILD-LDAP_SRC-b.patch Submission from: (NULL) (240b:10:2640:bf0:2268:9dff:fec7:5444)
The uploaded patch modifies contrib/slapd-modules/**/Makefile to set LDAP_BUILD to $(LDAP_SRC) by default instead of "../../.." (it's the same value of LDAP_SRC). This is bit useful in some minor situation.
e.g., without this patch:
make LDAP_SRC=/path/to/openldap-source-dir LDAP_BUILD=/path/to/openldap-source-dir
with this patch:
make LDAP_SRC=/path/to/openldap-source-dir