]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/cyrus-sasl
Readd udev dont rename netif if same name exsit patch.
[people/pmueller/ipfire-2.x.git] / lfs / cyrus-sasl
index 0b72836f01fc6771e2e6af715407392afcc43a9c..1f8282ef8557db76e0611f830386e3e0aa5a20ef 100644 (file)
@@ -92,12 +92,15 @@ ifeq "$(PASS)" ""
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        install -v -m700 -d /var/lib/sasl
+       -mkdir /var/run/saslauthd
+       cp -vf $(DIR_SRC)/config/cyrus-sasl/smtpd.conf /usr/lib/sasl2/
 else
        # WITH LDAP SUPPORT AT THIS TIME
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \
                            --with-dbpath=/var/lib/sasl/sasldb2 \
                            --with-saslauthd=/var/run \
                             --with-ldap --enable-ldapdb
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make -C include
        cd $(DIR_APP) && make -C sasldb
        cd $(DIR_APP) && make -C plugins