X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fopenldap;h=346524e9aa35c3bf4233785c0408b63abda4a105;hp=bdeea1a3e02ed8f2709159cfe453d8b94f3b7310;hb=0c05402cdc2a47e9407265c4d7532e735f0f5568;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/openldap b/lfs/openldap index bdeea1a3e0..346524e9aa 100644 --- a/lfs/openldap +++ b/lfs/openldap @@ -34,6 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = openldap PAK_VER = 1 +DEPS = "cyrus-sasl" + ############################################################################### # 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)