mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user