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

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   14-Aug-2003 11:15:41
  Branch: HEAD                             Handle: 2003081410154100

  Modified files:
    openpkg-src/unixodbc    unixodbc.spec

  Log:
    don't use -all-static, so that system libraries are still linked
    dynamically

  Summary:
    Revision    Changes     Path
    1.39        +1  -1      openpkg-src/unixodbc/unixodbc.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/unixodbc/unixodbc.spec
  ============================================================================
  $ cvs diff -u -r1.38 -r1.39 unixodbc.spec
  --- openpkg-src/unixodbc/unixodbc.spec        14 Aug 2003 08:59:15 -0000      1.38
  +++ openpkg-src/unixodbc/unixodbc.spec        14 Aug 2003 09:15:41 -0000      1.39
  @@ -54,7 +54,7 @@
   
   %build
       %{l_shtool} subst \
  -        -e 's;\(--mode=link $(CCLD)\);\1 -all-static;' \
  +        -e 's;\(--mode=link $(CCLD)\);\1 -static;' \
           exe/Makefile.in
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to