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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   15-Oct-2006 13:02:51
  Branch: HEAD                             Handle: 2006101512025100

  Modified files:
    openpkg-src/dillo       dillo.spec

  Log:
    apply a bunch of fixes taken over from Michael Schloh

  Summary:
    Revision    Changes     Path
    1.7         +8  -1      openpkg-src/dillo/dillo.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/dillo/dillo.spec
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 dillo.spec
  --- openpkg-src/dillo/dillo.spec      13 Oct 2006 17:27:41 -0000      1.6
  +++ openpkg-src/dillo/dillo.spec      15 Oct 2006 11:02:51 -0000      1.7
  @@ -33,7 +33,7 @@
   Group:        Web
   License:      GPL
   Version:      0.8.6
  -Release:      20061013
  +Release:      20061015
   
   #   list of sources
   Source0:      http://www.dillo.org/download/dillo-%{version}.tar.bz2
  @@ -60,6 +60,13 @@
   
   %prep
       %setup -q
  +    %{l_shtool} subst \
  +        -e 's;\(-lcrypto\) \(-lssl\);\2 \1;' \
  +        -e 's;\(LIBSSL_LIBS=\)"\(-lcrypto\) \(-lssl\)";\1"\3 \2";;' \
  +        configure
  +    %{l_shtool} subst \
  +        -e 's;^#undef ENABLE_SSL;#define ENABLE_SSL;' \
  +        dpi/https.c
   
   %build
       CC="%{l_cc}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to