]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/cyrus-sasl
PHP is back in the iso...
[people/pmueller/ipfire-2.x.git] / lfs / cyrus-sasl
index 1e9151536780a4af75132772960af1d949a9689b..0b72836f01fc6771e2e6af715407392afcc43a9c 100644 (file)
@@ -39,6 +39,8 @@ else
        TARGET     = $(DIR_INFO)/$(THISAPP)-ldap
 endif
 
+DEPS       = ""
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -58,7 +60,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 md5 : $(subst %,%_MD5,$(objects))
 
 dist :
-       $(PAK)
+       @$(PAK)
 
 ###############################################################################
 # Downloading, checking, md5sum
@@ -86,7 +88,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 ifeq "$(PASS)" ""
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \
                            --with-dbpath=/var/lib/sasl/sasldb2 \
-                           --with-saslauthd=/var/run
+                           --with-saslauthd=/var/run/saslauthd
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        install -v -m700 -d /var/lib/sasl