RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_3: rpm/ devtool.conf

From: Jeff Johnson <jbj@rpm5.org>
Date: Thu 23 Sep 2010 - 17:38:00 CEST
Message-Id: <20100923153800.C1D54D4D03@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   23-Sep-2010 17:38:00
  Branch: rpm-5_3                          Handle: 2010092315380000

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

  Log:
    - macosx: enable embedded perl, uuid and valgrind. no libtomcrypt yet.

  Summary:
    Revision    Changes     Path
    2.333.2.25  +15 -3      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.333.2.24 -r2.333.2.25 devtool.conf
  --- rpm/devtool.conf	22 Sep 2010 20:28:20 -0000	2.333.2.24
  +++ rpm/devtool.conf	23 Sep 2010 15:38:00 -0000	2.333.2.25
  @@ -161,7 +161,9 @@
           --without-augeas \
           --with-beecrypt=internal \
           --with-gcrypt \
  +        --without-tomcrypt \
           --with-pcre=internal \
  +        --enable-utf8 \
           --with-uuid=system \
           --with-popt=system \
           --with-pthreads=yes \
  @@ -210,8 +212,13 @@
           --with-openssl \
           --with-nss \
           --with-gcrypt \
  +        --without-tomcrypt \
  +        --without-libtasn1 \
  +        --without-pakchois \
  +        --without-gnutls \
           --with-neon \
           --with-pcre=internal \
  +        --enable-utf8 \
           --with-uuid=/opt/local/lib:/opt/local/include/ossp \
           --with-xar=/opt/local/lib:/opt/local/include/xar \
           --with-popt=/opt/local \
  @@ -230,9 +237,9 @@
           --with-python=system \
           --with-pythonembed=/usr/lib:/usr/include/python2.6 \
           --with-perl \
  -        --without-perlembed \
  +        --with-perlembed=/opt/local/lib/perl5/5.10.1/darwin-multi-2level/CORE \
           --with-ruby=/opt/local/lib/ruby/1.8 \
  -        --without-valgrind \
  +        --with-valgrind \
           --disable-openmp \
           --enable-build-warnings \
           --enable-build-debug \
  @@ -261,9 +268,14 @@
           --with-openssl \
           --with-nss \
           --with-gcrypt \
  +        --without-tomcrypt \
  +        --without-libtasn1 \
  +        --without-pakchois \
  +        --without-gnutls \
           --with-neon \
           --with-pcre=internal \
  -        --without-uuid \
  +        --enable-utf8 \
  +        --with-uuid=/opt/local/lib:/opt/local/include/ossp \
           --with-xar=/opt/local/lib:/opt/local/include/xar \
           --with-popt \
           --without-keyutils \
  @@ .
Received on Thu Sep 23 17:38:00 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.