X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fcyrus-sasl;h=1f8282ef8557db76e0611f830386e3e0aa5a20ef;hp=47d4b9874ab688448ff36181ee5cb98992e87ea7;hb=b27961e905bdf8d7d67a6a30b51b31f1ddabdf91;hpb=f86b0cc33aa1a7778f24a9e6bd7759c868da482d diff --git a/lfs/cyrus-sasl b/lfs/cyrus-sasl index 47d4b9874a..1f8282ef85 100644 --- a/lfs/cyrus-sasl +++ b/lfs/cyrus-sasl @@ -88,16 +88,19 @@ $(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 + -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