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:   26-Aug-2006 10:08:07
  Branch: HEAD                             Handle: 2006082609080600

  Modified files:
    openpkg-src/openpkg     HISTORY openpkg.spec

  Log:
    try to allow Perl to build under RHEL4/amd64 (attempt 2)

  Summary:
    Revision    Changes     Path
    1.369       +2  -1      openpkg-src/openpkg/HISTORY
    1.520       +5  -2      openpkg-src/openpkg/openpkg.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  ============================================================================
  $ cvs diff -u -r1.368 -r1.369 HISTORY
  --- openpkg-src/openpkg/HISTORY       26 Aug 2006 07:03:39 -0000      1.368
  +++ openpkg-src/openpkg/HISTORY       26 Aug 2006 08:08:06 -0000      1.369
  @@ -2,8 +2,9 @@
   2006
   ====
   
  +20060826 try to allow Perl to build under RHEL4/amd64 (attempt 2)
   20060826 upgrade to openpkg-tools 0.8.71
  -20060825 cleanup build procedure of Perl
  +20060825 cleanup build procedure of Perl to allow it to build under 
RHEL4/amd64 (attempt 1)
   20060825 cleanup and bring up-to-date the source tree documentation
   
   20060824 **** RELEASE AS PART OF OPENPKG 2.20060824 ***
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  ============================================================================
  $ cvs diff -u -r1.519 -r1.520 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  26 Aug 2006 07:03:39 -0000      1.519
  +++ openpkg-src/openpkg/openpkg.spec  26 Aug 2006 08:08:06 -0000      1.520
  @@ -749,6 +749,9 @@
         sh $shtool subst \
             -e 's; */usr/local/lib;;' \
             hints/freebsd.sh hints/netbsd.sh
  +      libdirs="%{l_prefix}/lib"
  +      libdirs="$libdirs /lib64 /usr/lib64"
  +      libdirs="$libdirs /lib /usr/lib /usr/ccs/lib"
         ./Configure \
             -d -e -s \
             -Dprefix=%{l_prefix} \
  @@ -761,8 +764,8 @@
             -Dlocincpth="%{l_prefix}/include" \
             -Dloclibpth="%{l_prefix}/lib" \
             -Dldflags="-L""%{l_prefix}/lib" \
  -          -Dlibpth="%{l_prefix}/lib /lib /usr/lib /usr/ccs/lib" \
  -          -Dglibpth="%{l_prefix}/lib /lib /usr/lib /usr/ccs/lib" \
  +          -Dlibpth="$libdirs" \
  +          -Dglibpth="$libdirs" \
             -Dscriptdir="%{l_prefix}/bin" \
             -Uinstallusrbinperl \
             -Ui_malloc -Ui_iconv -Ui_db
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to