2007-03-14 21:48:31 +00:00
|
|
|
switch_srcdir=../../../..
|
|
|
|
|
|
|
|
LDAP=openldap-2.3.19
|
|
|
|
LDAP_DIR=$(switch_srcdir)/libs/$(LDAP)
|
|
|
|
|
|
|
|
LDAPLA=$(LDAP_DIR)/libraries/libldap_r/libldap_r.la
|
|
|
|
LIBLBERLA=$(LDAP_DIR)/libraries/liblber/liblber.la
|
|
|
|
|
|
|
|
LOCAL_CFLAGS=-DWITH_OPENLDAP -DLDAP_DEPRECATED -I$(LDAP_DIR)/include
|
|
|
|
|
|
|
|
DEFAULT_ARGS=--prefix=$(PREFIX) --disable-shared --with-pic
|
|
|
|
|
|
|
|
LOCAL_LIBADD=$(LDAPLA) $(LIBLBERLA)
|
|
|
|
|
|
|
|
include $(switch_srcdir)/build/modmake.rules
|
|
|
|
|
2007-03-17 08:40:10 +00:00
|
|
|
$(LDAP_DIR):
|
2007-03-14 21:48:31 +00:00
|
|
|
$(GETLIB) $(LDAP).tgz
|
|
|
|
cd $(LDAP_DIR) && ./configure $(DEFAULT_ARGS) --disable-bdb --disable-hdb
|
2006-02-09 22:37:44 +00:00
|
|
|
|
2007-03-17 08:40:10 +00:00
|
|
|
$(LDAPLA) $(LIBLBERLA): $(LDAP_DIR)
|
2007-03-14 21:48:31 +00:00
|
|
|
cd $(LDAP_DIR) && $(MAKE)
|
2007-03-17 08:40:10 +00:00
|
|
|
$(TOUCH_TARGET)
|