OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   01-Apr-2005 17:40:32
  Branch: HEAD                             Handle: 2005040116403100

  Modified files:
    openpkg-src/postfix     postfix.spec

  Log:
    correct conditional building with TLS support

  Summary:
    Revision    Changes     Path
    1.220       +2  -2      openpkg-src/postfix/postfix.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix/postfix.spec
  ============================================================================
  $ cvs diff -u -r1.219 -r1.220 postfix.spec
  --- openpkg-src/postfix/postfix.spec  24 Mar 2005 11:20:05 -0000      1.219
  +++ openpkg-src/postfix/postfix.spec  1 Apr 2005 15:40:31 -0000       1.220
  @@ -42,7 +42,7 @@
   Group:        Mail
   License:      IPL
   Version:      %{V_postfix}
  -Release:      20050315
  +Release:      20050401
   
   #   package options
   %option       with_fsl       yes
  @@ -219,7 +219,7 @@
       fi
   %endif
   %if "%{with_ssl}" == "yes"
  -    CCARGS="$CCARGS -DHAS_TLS"
  +    CCARGS="$CCARGS -DUSE_TLS"
       AUXLIBS="$AUXLIBS -lssl -lcrypto"
   %endif
   %if "%{with_spf}" == "yes"
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to