RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/rpmconstant/ Makefile.am rpm/tools/ Makefile.am

From: Anders F. Björklund <afb@rpm5.org>
Date: Thu 27 Dec 2007 - 11:30:54 CET
Message-Id: <20071227103054.7CC0F348465@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:   27-Dec-2007 11:30:54
  Branch: HEAD                             Handle: 2007122710305400

  Modified files:
    rpm/rpmconstant         Makefile.am
    rpm/tools               Makefile.am

  Log:
    include DB search paths, so that rpmdb.h can find db.h

  Summary:
    Revision    Changes     Path
    1.9         +3  -2      rpm/rpmconstant/Makefile.am
    2.105       +1  -0      rpm/tools/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmconstant/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 Makefile.am
  --- rpm/rpmconstant/Makefile.am	26 Jul 2007 08:10:32 -0000	1.8
  +++ rpm/rpmconstant/Makefile.am	27 Dec 2007 10:30:54 -0000	1.9
  @@ -1,4 +1,4 @@
  -# $Id: Makefile.am,v 1.8 2007/07/26 08:10:32 rse Exp $
  +# $Id: Makefile.am,v 1.9 2007/12/27 10:30:54 afb Exp $
   
   AUTOMAKE_OPTIONS = 1.4 foreign
   
  @@ -13,7 +13,8 @@
   	-I$(top_srcdir)/lib \
   	-I$(top_srcdir)/rpmdb \
   	-I$(top_srcdir)/rpmio \
  -	-I$(top_srcdir)/misc
  +	-I$(top_srcdir)/misc \
  +	@WITH_DB_CPPFLAGS@
   
   bin_PROGRAMS = rpmconstant
   usrlibdir = $(libdir)
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tools/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.104 -r2.105 Makefile.am
  --- rpm/tools/Makefile.am	8 Dec 2007 06:31:09 -0000	2.104
  +++ rpm/tools/Makefile.am	27 Dec 2007 10:30:54 -0000	2.105
  @@ -8,6 +8,7 @@
   	-I$(top_srcdir)/rpmdb \
   	-I$(top_srcdir)/rpmio \
   	-I$(top_srcdir)/misc \
  +	@WITH_DB_CPPFLAGS@ \
   	@WITH_XAR_CPPFLAGS@
   
   EXTRA_DIST =	hashtab.h
  @@ .
Received on Thu Dec 27 11:30:54 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.