RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   29-Mar-2012 03:02:55
  Branch: rpm-5_4                          Handle: 2012032901025300

  Modified files:           (Branch: rpm-5_4)
    rpm                     devtool.conf

  Log:
    - lion: resurrect a mostly static link using llvm.

  Summary:
    Revision    Changes     Path
    2.365.2.48  +27 -16     rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.365.2.47 -r2.365.2.48 devtool.conf
  --- rpm/devtool.conf  24 Mar 2012 00:35:11 -0000      2.365.2.47
  +++ rpm/devtool.conf  29 Mar 2012 01:02:53 -0000      2.365.2.48
  @@ -195,43 +195,54 @@
           --enable-build-debug \
           --enable-maintainer-mode
   
  +# --- Chosen wrto Lion /usr/lib libraries after installing BDB
  +# $ otool -L rpm
  +# rpm:
  +#    /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 
7.0.0)
  +#    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
version 159.1.0)
  +#    /usr/lib/db53/libdb_sql-5.3.dylib (compatibility version 0.0.0, current 
version 0.0.0)
  +#    /usr/lib/db53/libdb-5.3.dylib (compatibility version 0.0.0, current 
version 0.0.0)
  +#    /usr/lib/libexpat.1.dylib (compatibility version 7.0.0, current version 
7.2.0)
  +#    /usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 
1.0.5)
  +#    /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 
1.2.5)
   %static
  -    #   configure RPM 5 for static linking.
       %autogen
       %configure \
           --verbose \
           --prefix=/usr \
           --disable-shared \
  -        --with-db=internal \
  -        --with-dbsql=internal \
  -        --with-db-tools-integrated \
  -        --with-zlib=system \
  -        --with-bzip2=no \
  -        --with-xz \
  +        --with-db \
  +        --with-dbsql \
  +        --without-db-tools-integrated \
  +        --with-zlib \
  +        --with-bzip2 \
  +        --without-xz \
           --with-file \
           --with-path-magic=/usr/share/file/magic \
           --without-augeas \
           --with-beecrypt=internal \
  -        --with-gcrypt \
  +        --without-gcrypt \
           --without-tomcrypt \
           --with-pcre=internal \
           --enable-utf8 \
  -        --with-uuid=system \
  -        --with-popt=system \
  +        --without-uuid \
  +        --with-popt=internal \
           --with-pthreads=yes \
  -        --with-libelf=yes \
  -        --with-js=internal \
  +        --without-libelf \
  +        --without-js \
           --with-lua=internal \
  -        --with-openssl=system \
  +        --without-openssl \
           --with-neon=internal \
  +        --without-libproxy \
  +        --with-expat \
           --with-syck=internal \
           --without-keyutils \
           --without-xar \
           --without-sqlite \
           --without-nss \
  -        --with-selinux=no \
  -        --with-sepol=no \
  -        --with-semanage=no \
  +        --without-selinux \
  +        --without-sepol \
  +        --without-semanage \
           --without-ruby \
           --without-perl \
           --without-python \
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to