X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fopenldap;h=9771ae44108b758fb3bf2eabea658ebeb904c0d7;hb=b6de67684f0495b24494b313049d8bfbe609f0a0;hp=8d4024d8c828e521e92ad2ce3e448698f2a4cf49;hpb=f86b0cc33aa1a7778f24a9e6bd7759c868da482d;p=ipfire-2.x.git diff --git a/lfs/openldap b/lfs/openldap index 8d4024d8c8..9771ae4410 100644 --- a/lfs/openldap +++ b/lfs/openldap @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = openldap -PAK_VER = 1 +PAK_VER = 2 -DEPS = "cyrus-sasl" +DEPS = "" ############################################################################### # Top-level Rules @@ -92,7 +92,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-ppolicy \ --enable-valsort cd $(DIR_APP) && make depend - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install chmod -v 755 /usr/lib/libl*-2.3.so.0.2.8 @rm -rf $(DIR_APP)