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:   03-Apr-2010 17:54:46
  Branch: HEAD                             Handle: 2010040315544600

  Modified files:
    rpm/tools               Makefile.am

  Log:
    - dbsql: stub-in a dbsql build (libdb_sql -> -lrpmmisc still todo++).

  Summary:
    Revision    Changes     Path
    2.159       +9  -0      rpm/tools/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/tools/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.158 -r2.159 Makefile.am
  --- rpm/tools/Makefile.am     2 Apr 2010 12:34:59 -0000       2.158
  +++ rpm/tools/Makefile.am     3 Apr 2010 15:54:46 -0000       2.159
  @@ -274,6 +274,15 @@
        $(top_builddir)/db3/libdb-5.0.la
   endif
   
  +if WITH_DBSQL
  +pkgbin_PROGRAMS +=   dbsql
  +dbsql_SOURCES        = ../db/sql/sqlite/src/shell.c
  +dbsql_CFLAGS = $(CFLAGS) \
  +     -D_HAVE_SQLITE_CONFIG_H -I../db3/sql -I../db/sql/generated
  +dbsql_LDFLAGS        = @LDFLAGS_STATIC@ $(LDFLAGS)
  +dbsql_LDADD = \
  +     $(top_builddir)/db3/libdb_sql-5.0.la
  +endif
   if WITH_DBSQL_CODEGEN
   pkgbin_PROGRAMS +=   db_sql_codegen
   db_sql_codegen_SOURCES       = ../db/db_sql_codegen/db_sql_codegen.c
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to