RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/perl/ Makefile.PL.in

From: Anders F. Björklund <afb@rpm5.org>
Date: Thu 27 Dec 2007 - 11:05:49 CET
Message-Id: <20071227100549.5BC9C348465@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:05:49
  Branch: HEAD                             Handle: 2007122710054900

  Modified files:
    rpm/perl                Makefile.PL.in

  Log:
    explicitly include librpmmisc, to avoid indirect missing symbols from
    librpmio

  Summary:
    Revision    Changes     Path
    1.16        +1  -1      rpm/perl/Makefile.PL.in
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/perl/Makefile.PL.in
  ============================================================================
  $ cvs diff -u -r1.15 -r1.16 Makefile.PL.in
  --- rpm/perl/Makefile.PL.in	9 Dec 2007 15:29:01 -0000	1.15
  +++ rpm/perl/Makefile.PL.in	27 Dec 2007 10:05:49 -0000	1.16
  @@ -5,7 +5,7 @@
   my @libdir = qw(. build lib popt rpmdb rpmio misc rpmconstant);
   
   my @ldaddp = map { '-L@top_srcdir@/' . $_ . '/.libs' } @libdir;
  -my @ldadd = map { '-l' . $_ } qw(rpmio rpmbuild rpm popt rpmdb rpmconstant);
  +my @ldadd = map { '-l' . $_ } qw(rpmmisc rpmio rpmbuild rpm popt rpmdb rpmconstant);
   
   my @objects = qw(
       rpmxs.o 
  @@ .
Received on Thu Dec 27 11:05:49 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.