From e713200c6908011dee322cd64dfb94f31f405495 Mon Sep 17 00:00:00 2001 From: casemaster Date: Sun, 2 Apr 2006 12:18:42 +0000 Subject: [PATCH] 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 --- lfs/openldap | 2 +- lfs/pwlib | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lfs/openldap b/lfs/openldap index 9e0a7908b4..f0989a2a1e 100644 --- a/lfs/openldap +++ b/lfs/openldap @@ -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) diff --git a/lfs/pwlib b/lfs/pwlib index 51e4d43f29..f5d1caba1a 100644 --- a/lfs/pwlib +++ b/lfs/pwlib @@ -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) -- 2.39.2