OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 24-Nov-2006 15:59:28 Branch: HEAD Handle: 2006112414592800 Modified files: openpkg-src/postfix postfix.spec Log: as of 2.3.x postfix needs an additional parameter during build time to enable the old behavior of using cyrus sasl Summary: Revision Changes Path 1.246 +2 -2 openpkg-src/postfix/postfix.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/postfix/postfix.spec ============================================================================ $ cvs diff -u -r1.245 -r1.246 postfix.spec --- openpkg-src/postfix/postfix.spec 2 Nov 2006 16:22:36 -0000 1.245 +++ openpkg-src/postfix/postfix.spec 24 Nov 2006 14:59:28 -0000 1.246 @@ -38,7 +38,7 @@ Group: Mail License: IPL Version: %{V_postfix} -Release: 20061102 +Release: 20061124 # package options %option with_fsl yes @@ -182,7 +182,7 @@ AUXLIBS="$AUXLIBS -lpq -lssl -lcrypto -lcrypt" %endif %if "%{with_sasl}" == "yes" - CCARGS="$CCARGS -DUSE_SASL_AUTH %{l_cppflags sasl .}" + CCARGS="$CCARGS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL %{l_cppflags sasl .}" AUXLIBS="$AUXLIBS -lsasl2 -lcrypt" if [ -f /usr/lib/libdl.so -o -f /usr/lib/libdl.a ]; then AUXLIBS="$AUXLIBS -ldl" @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org