]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
SASL-Authd nun ohne PostgreSQL-Support.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Tue, 28 Mar 2006 14:16:15 +0000 (14:16 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Tue, 28 Mar 2006 14:16:15 +0000 (14:16 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@91 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

lfs/saslauthd

index 95f5421c34bf3369dba36aede2dc09938e48e289..238461d7a51bad14fe0f19221e781b0cb5e4dfe5 100644 (file)
@@ -78,7 +78,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --enable-sql --with-pam=/usr --with-mysql=/opt/lampp -sysconfdir=/etc --with-dbpath=/var/lib/sasl/sasldb2 --with-saslauthd=/var/run
+       cd $(DIR_APP) && ./configure --prefix=/usr --enable-sql --with-pam=/usr --without-pgsql --with-mysql=/opt/lampp -sysconfdir=/etc --with-dbpath=/var/lib/sasl/sasldb2 --with-saslauthd=/var/run
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
 #      install -v -m644 saslauthd/saslauthd.8 /usr/share/man/man8