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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   03-Aug-2005 22:32:54
  Branch: HEAD                             Handle: 2005080321325300

  Modified files:
    openpkg-src/openssl     openssl.spec

  Log:
    do not build openssl shared objects (openssh picks 'em up)

  Summary:
    Revision    Changes     Path
    1.68        +2  -1      openpkg-src/openssl/openssl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  ============================================================================
  $ cvs diff -u -r1.67 -r1.68 openssl.spec
  --- openpkg-src/openssl/openssl.spec  27 Jul 2005 06:41:57 -0000      1.67
  +++ openpkg-src/openssl/openssl.spec  3 Aug 2005 20:32:53 -0000       1.68
  @@ -33,7 +33,7 @@
   Group:        Cryptography
   License:      BSD-style
   Version:      0.9.8
  -Release:      20050727
  +Release:      20050803
   
   #   package options
   %option       with_zlib     no
  @@ -100,6 +100,7 @@
   %if "%{with_pic}" == "yes"
           -fPIC \
   %endif
  +        no-shared no-dso \
   %if "%{with_zlib}" == "yes"
           zlib \
   %else
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to