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

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   22-Feb-2006 12:46:08
  Branch: HEAD                             Handle: 2006022211460700

  Modified files:
    openpkg-src/openssl     openssl.spec

  Log:
    fixed bug introduced with revision 1.69 which might break build
    process if /usr/loca/bin/perl exists

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  ============================================================================
  $ cvs diff -u -r1.71 -r1.72 openssl.spec
  --- openpkg-src/openssl/openssl.spec  1 Jan 2006 13:18:11 -0000       1.71
  +++ openpkg-src/openssl/openssl.spec  22 Feb 2006 11:46:07 -0000      1.72
  @@ -33,7 +33,7 @@
   Group:        Cryptography
   License:      BSD-style
   Version:      0.9.8a
  -Release:      20051011
  +Release:      20060222
   
   #   package options
   %option       with_zlib     no
  @@ -93,7 +93,6 @@
   
   %build
       %{l_prefix}/bin/perl util/perlpath.pl %{l_prefix}/bin/perl
  -    PERL=%{l_prefix}/bin/perl \
       options="no-shared no-dso"
   %if "%{with_pic}" == "yes"
       options="$options -fPIC"
  @@ -119,6 +118,7 @@
   %else
       options="$options no-threads"
   %endif
  +    PERL=%{l_prefix}/bin/perl \
       ./config \
           --prefix=%{l_prefix} \
           --openssldir=%{l_prefix}/etc/openssl \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to