OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 23-Dec-2008 11:34:32 Branch: HEAD Handle: 2008122310343000 Modified files: openpkg-src/sasl sasl.spec Log: add optional SRP support (actually uses internal SRP copy) Summary: Revision Changes Path 1.161 +6 -0 openpkg-src/sasl/sasl.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/sasl/sasl.spec ============================================================================ $ cvs diff -u -r1.160 -r1.161 sasl.spec --- openpkg-src/sasl/sasl.spec 23 Dec 2008 10:19:00 -0000 1.160 +++ openpkg-src/sasl/sasl.spec 23 Dec 2008 10:34:30 -0000 1.161 @@ -45,6 +45,7 @@ %option with_sqlite no %option with_ntlm no %option with_otp no +%option with_srp no %option with_kerberos no # list of sources @@ -223,6 +224,11 @@ --disable-otp \ --without-opie \ %endif +%if "%{with_srp}" == "yes" + --enable-srp \ +%else + --disable-srp \ +%endif %if "%{with_kerberos}" == "yes" --enable-gssapi \ --with-gss_impl=`if [ -d %{l_prefix}/include/heimdal ]; then echo "heimdal"; else echo "mit"; fi` \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org