src fuer openldap geaendert.

ldap Unterstuetzung bei pwlib entfernt.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@94 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
casemaster
2006-04-02 12:18:42 +00:00
parent 052ad1cd33
commit e713200c69
2 changed files with 3 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ VER = 2.3.20
THISAPP = openldap-$(VER)
DL_FILE = $(THISAPP).tgz
DL_FROM = ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release
DL_FROM = ftp://ftp.linux.pt/pub/mirrors/OpenLDAP/openldap-release
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)

View File

@@ -78,6 +78,8 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
mv /usr/include/ldap.h /
cd $(DIR_APP) && ./configure --prefix=/usr
cd $(DIR_APP) && make opt && make install
mv /ldap.h /usr/include
@$(POSTBUILD)