The right fix is likely to add
        $(RPMDB_LDADD_COMMON)

Note that I rewrote dbconver.c somewhat somewhere.
I forget whethere I checked the changes in at all, but I most certainly
did NOT check it into the rpm-5_3 branch because of the unknown
"production" risk there when deployed into Cooker mirrors.

73 de Jeff

On May 16, 2011, at 4:19 AM, Per Øyvind Karlsen wrote:

>  RPM Package Manager, CVS Repository
>  http://rpm5.org/cvs/
>  ____________________________________________________________________________
> 
>  Server: rpm5.org                         Name:   Per Øyvind Karlsen
>  Root:   /v/rpm/cvs                       Email:  pkarl...@rpm5.org
>  Module: rpm                              Date:   16-May-2011 10:19:18
>  Branch: rpm-5_4                          Handle: 2011051608191800
> 
>  Modified files:           (Branch: rpm-5_4)
>    rpm/tools               Makefile.am
> 
>  Log:
>    fix linkage of dbconvert & install it by default
> 
>  Summary:
>    Revision    Changes     Path
>    2.170.2.4   +2  -1      rpm/tools/Makefile.am
>  ____________________________________________________________________________
> 
>  patch -p0 <<'@@ .'
>  Index: rpm/tools/Makefile.am
>  ============================================================================
>  $ cvs diff -u -r2.170.2.3 -r2.170.2.4 Makefile.am
>  --- rpm/tools/Makefile.am    9 May 2011 04:06:34 -0000       2.170.2.3
>  +++ rpm/tools/Makefile.am    16 May 2011 08:19:18 -0000      2.170.2.4
>  @@ -57,6 +57,7 @@
>   pkgbin_PROGRAMS =   \
>       @WITH_AUGEAS_AUGTOOL@ chroot cp @WITH_CUDF_CUDFTOOL@ find mtree \
>       @WITH_SEMANAGE_SEMODULE@ wget \
>  +    dbconvert \
>       rpmcache rpmdigest rpmrepo rpmspecdump \
>       rpmcmp rpmdeps sqlite3 @WITH_KEYUTILS_RPMKEY@ @WITH_LIBELF_DEBUGEDIT@
>   dist_man_MANS =             rpmgrep.1
>  @@ -80,7 +81,7 @@
> 
>   dbconvert_SOURCES = dbconvert.c
>   dbconvert_LDFLAGS = @LDFLAGS_STATIC@ $(LDFLAGS)
>  -dbconvert_LDADD =   $(RPMIO_LDADD_COMMON)
>  +dbconvert_LDADD =   $(RPM_LDADD_COMMON)
> 
>   debugedit_SOURCES = debugedit.c hashtab.c
>   debugedit_LDFLAGS = @LDFLAGS_STATIC@ $(LDFLAGS)
>  @@ .
> ______________________________________________________________________
> RPM Package Manager                                    http://rpm5.org
> CVS Sources Repository                                rpm-...@rpm5.org

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to