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: 09-Dec-2007 16:29:01
Branch: HEAD Handle: 2007120915290100
Modified files:
rpm/perl Makefile.PL.in
Log:
add missing local directory for librpmmisc
Summary:
Revision Changes Path
1.15 +1 -1 rpm/perl/Makefile.PL.in
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/perl/Makefile.PL.in
============================================================================
$ cvs diff -u -r1.14 -r1.15 Makefile.PL.in
--- rpm/perl/Makefile.PL.in 1 Oct 2007 21:05:09 -0000 1.14
+++ rpm/perl/Makefile.PL.in 9 Dec 2007 15:29:01 -0000 1.15
@@ -2,7 +2,7 @@
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
-my @libdir = qw(. build lib popt rpmdb rpmio rpmconstant);
+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);
@@ .
Received on Sun Dec 9 16:29:01 2007