OpenPKG CVS Repository
  http://www.openpkg.org/cvsweb/cvsweb.cgi
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   22-Jul-2002 18:18:27
  Branch: HEAD                             Handle: 2002072217182600

  Modified files:
    openpkg-src/file        file.spec

  Log:
    fixed zlib related build bug

  Summary:
    Revision    Changes     Path
    1.19        +3  -2      openpkg-src/file/file.spec
  ____________________________________________________________________________

  Index: openpkg-src/file/file.spec
  ============================================================
  $ cvs diff -u -r1.18 -r1.19 file.spec
  --- openpkg-src/file/file.spec        4 Jul 2002 07:22:40 -0000       1.18
  +++ openpkg-src/file/file.spec        22 Jul 2002 16:18:26 -0000      1.19
  @@ -33,7 +33,7 @@
   Group:        Filesystem
   License:      BSD
   Version:      3.39
  -Release:      20020704
  +Release:      20020722
   
   #   list of sources
   Source0:      ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
  @@ -55,7 +55,8 @@
   
   %build
       CC="%{l_cc}" \
  -    CFLAGS="%{l_cflags -O}" \
  +    CFLAGS="%{l_cflags -O} -I%{prefix}/include" \
  +    LDFLAGS="-L%{prefix}/lib" \
       ./configure \
           --prefix=%{l_prefix} \
           --datadir=%{l_prefix}/share/file \
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to