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:   11-Mar-2003 18:04:49
  Branch: HEAD                             Handle: 2003031117044700

  Modified files:
    openpkg-src/sasl        sasl.spec

  Log:
    make utils link statically against libsasl2

  Summary:
    Revision    Changes     Path
    1.57        +5  -1      openpkg-src/sasl/sasl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sasl/sasl.spec
  ============================================================================
  $ cvs diff -u -r1.56 -r1.57 sasl.spec
  --- openpkg-src/sasl/sasl.spec        11 Mar 2003 15:37:00 -0000      1.56
  +++ openpkg-src/sasl/sasl.spec        11 Mar 2003 17:04:47 -0000      1.57
  @@ -157,12 +157,16 @@
           libtool
       #   do not reference static plugins
       %{l_shtool} subst \
  -        -e 's;^\(#ifndef PIC\);#define PIC\n\1;' \
  +        -e '58s;.*;#define PIC;' \
           lib/dlopen.c
       #   do not pull static plugins into static library
       %{l_shtool} subst \
           -e '/^SASL_STATIC_OBJS/s;\.\./plugins/[^ ]* *;;g' \
           lib/Makefile
  +    #   build utils against static library
  +    %{l_shtool} subst \
  +        -e 's;\(\$(CCLD)\);\1 -static;' \
  +        utils/Makefile
   
       %{l_make} %{l_mflags}
       cd saslauthd
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to