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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   21-Aug-2002 13:29:08
  Branch: HEAD                             Handle: 2002082112290800

  Modified files:
    openpkg-src/socat       socat.spec

  Log:
    try to fix building again

  Summary:
    Revision    Changes     Path
    1.9         +4  -4      openpkg-src/socat/socat.spec
  ____________________________________________________________________________

  Index: openpkg-src/socat/socat.spec
  ============================================================
  $ cvs diff -u -r1.8 -r1.9 socat.spec
  --- openpkg-src/socat/socat.spec      21 Aug 2002 11:25:48 -0000      1.8
  +++ openpkg-src/socat/socat.spec      21 Aug 2002 11:29:08 -0000      1.9
  @@ -61,10 +61,10 @@
       %setup -q -n socat-%{V_major}
   
   %build
  -    CC="%{l_cc}" \
  -    CFLAGS="%{l_cflags -O}" \
  -    CPPFLAGS="-I%{l_prefix}/include" \
  -    LDFLAGS="-L%{l_prefix}/lib" \
  +    CC="%{l_cc} %{l_cflags -O} %{l_cppflags}" \
  +    CFLAGS="%{l_cflags -O} %{l_cppflags}" \
  +    CPPFLAGS="%{l_cppflags}" \
  +    LDFLAGS="%{l_ldflags}" \
       ./configure \
           --prefix=%{l_prefix} \
           --enable-msglevel=debug \
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to