X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fopenldap;h=9771ae44108b758fb3bf2eabea658ebeb904c0d7;hb=f98766eb9eac8dee2cfcbdabb78755e08ec39418;hp=bdeea1a3e02ed8f2709159cfe453d8b94f3b7310;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=ipfire-2.x.git diff --git a/lfs/openldap b/lfs/openldap index bdeea1a3e0..9771ae4410 100644 --- a/lfs/openldap +++ b/lfs/openldap @@ -32,7 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = openldap -PAK_VER = 1 +PAK_VER = 2 + +DEPS = "" ############################################################################### # Top-level Rules @@ -90,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)