fix for FSBUILD-35, build w/o slapd. thanks skopii
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7466 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
debdd7a02f
commit
366e1f46bc
|
@ -16,7 +16,7 @@ include $(switch_srcdir)/build/modmake.rules
|
|||
|
||||
$(LDAP_DIR):
|
||||
$(GETLIB) $(LDAP).tgz
|
||||
cd $(LDAP_DIR) && ./configure $(DEFAULT_ARGS) --disable-bdb --disable-hdb
|
||||
cd $(LDAP_DIR) && ./configure $(DEFAULT_ARGS) --disable-bdb --disable-hdb --disable-slapd
|
||||
|
||||
$(LDAPLA) $(LIBLBERLA): $(LDAP_DIR)
|
||||
cd $(LDAP_DIR) && $(MAKE)
|
||||
|
|
Loading…
Reference in New Issue