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:   08-Mar-2005 10:31:38
  Branch: HEAD                             Handle: 2005030809313800

  Modified files:
    openpkg-src/libtool     libtool.spec

  Log:
    build libtool(1) with shared library support, but still do not install
    the libltdl.so

  Summary:
    Revision    Changes     Path
    1.43        +4  -2      openpkg-src/libtool/libtool.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/libtool/libtool.spec
  ============================================================================
  $ cvs diff -u -r1.42 -r1.43 libtool.spec
  --- openpkg-src/libtool/libtool.spec  12 Feb 2005 19:23:39 -0000      1.42
  +++ openpkg-src/libtool/libtool.spec  8 Mar 2005 09:31:38 -0000       1.43
  @@ -34,7 +34,7 @@
   Group:        Development
   License:      GPL
   Version:      1.5.14
  -Release:      20050212
  +Release:      20050308
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
  @@ -71,7 +71,8 @@
       CFLAGS="%{l_cflags -O}" \
       ./configure \
           --prefix=%{l_prefix} \
  -        --disable-shared
  +        --enable-static \
  +        --enable-shared
   
       #   build package
       %{l_make} %{l_mflags}
  @@ -84,6 +85,7 @@
   
       #   strip down installation
       rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
  +    rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/libltdl.so*
   
       #   determine installation files
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to