[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rpm-cvs
Subject:    [CVS] RPM: rpm-4_5: rpm/ CHANGES rpm/perl/ Makefile.PL.in
From:       "Elan Ruusamäe" <glen () rpm5 ! org>
Date:       2008-10-27 7:02:57
Message-ID: 20081027070257.4B4E7A78BE () rpm5 ! org
[Download RAW message or body]

  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Elan Ruusamäe
  Root:   /v/rpm/cvs                       Email:  glen@rpm5.org
  Module: rpm                              Date:   27-Oct-2008 08:02:57
  Branch: rpm-4_5                          Handle: 2008102707025601

  Modified files:           (Branch: rpm-4_5)
    rpm                     CHANGES
    rpm/perl                Makefile.PL.in

  Log:
    - respect LIBS from configure

  Summary:
    Revision    Changes     Path
    1.1360.2.118+1  -0      rpm/CHANGES
    1.1.20.2    +1  -1      rpm/perl/Makefile.PL.in
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.1360.2.117 -r1.1360.2.118 CHANGES
  --- rpm/CHANGES	26 Oct 2008 21:30:47 -0000	1.1360.2.117
  +++ rpm/CHANGES	27 Oct 2008 07:02:56 -0000	1.1360.2.118
  @@ -1,4 +1,5 @@
   4.4.9 -> 4.5:
  +	- glen: perl makefile: respect LIBS from configure
   	- glen: update php dependency generators from PLD
   	- jbj: add a relation to to force install-before-erase.
   	- jbj: display dependency loops as an error for now.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/perl/Makefile.PL.in
  ============================================================================
  $ cvs diff -u -r1.1.20.1 -r1.1.20.2 Makefile.PL.in
  --- rpm/perl/Makefile.PL.in	2 Sep 2007 15:18:44 -0000	1.1.20.1
  +++ rpm/perl/Makefile.PL.in	27 Oct 2008 07:02:57 -0000	1.1.20.2
  @@ -12,7 +12,7 @@
       'NAME'		=> 'RPM',
       'VERSION_FROM'	=> 'RPM.pm', # finds $VERSION
       'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
  -    'LIBS'		=> [join(' ', @ldaddp) . ' ' . join(' ', @ldadd) . '    -lpopt -lneon \
-lbeecrypt -lpthread  -lneon  '],  +    'LIBS'		=> [join(' ', @ldaddp) . ' ' . join(' \
', @ldadd) . ' @LIBS@ @WITH_POPT_LIB@ @WITH_BEECRYPT_LIB@ -lneon'],  'DEFINE'		=> \
                join(" ", @defines), # e.g., '-DHAVE_SOMETHING'
       'INC' => join(' ', map { '-I@top_srcdir@/'. $_ } @libdir) . ' @CPPFLAGS@',
       'TYPEMAPS'          => [ 'typemap' ],
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic