RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ devtool.conf

From: Anders F. Björklund <afb@rpm5.org>
Date: Fri 14 Dec 2007 - 10:34:12 CET
Message-Id: <20071214093412.EC3E434845A@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm                              Date:   14-Dec-2007 10:34:12
  Branch: HEAD                             Handle: 2007121409341200

  Modified files:
    rpm                     devtool.conf

  Log:
    make sure to find xml2-config program

  Summary:
    Revision    Changes     Path
    2.146       +1  -0      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.145 -r2.146 devtool.conf
  --- rpm/devtool.conf	13 Dec 2007 18:38:20 -0000	2.145
  +++ rpm/devtool.conf	14 Dec 2007 09:34:12 -0000	2.146
  @@ -804,6 +804,7 @@
                       CPPFLAGS="-I`pwd`/../openssl-${v_openssl}/include -I`pwd`/../zlib-${v_zlib} -I`pwd`/../libxml2-${v_libxml2}/include" \
                       LDFLAGS="-L`pwd`/../openssl-${v_openssl}/lib -L`pwd`/../zlib-${v_zlib} -L`pwd`/../libxml2-${v_libxml2} -L`pwd`/../libxml2-${v_libxml2}/.libs $STATICFLAGS" \
                       ./configure \
  +                        --with-xml2-config="`pwd`/../libxml2-${v_libxml2}/xml2-config" \
                           --disable-autogen \
                           --disable-shared
                       make
  @@ .
Received on Fri Dec 14 10:34:12 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.