]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
cyrus-sasl: Remove unsed PASS build instructions
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Aug 2024 09:51:46 +0000 (09:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Aug 2024 09:13:27 +0000 (09:13 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/cyrus-sasl

index 060b9ad09a811c779996315c8a7f8f7272d9e37f..33cfd636d98ef6d9e632ca76fa28c53cd01ab883 100644 (file)
@@ -91,7 +91,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && sed -i 's/cat8/man8/' saslauthd/Makefile.am
        cd $(DIR_APP) && autoconf
 
-ifeq "$(PASS)" ""
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \
                            --with-dbpath=/var/lib/sasl/sasldb2 \
                            --with-saslauthd=/var/run/saslauthd \
@@ -106,17 +105,5 @@ ifeq "$(PASS)" ""
        #install initscripts
        $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
-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
-       cd $(DIR_APP) && libtool --mode=install install plugins/libldapdb.la /usr/lib/sasl2
-endif
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)