RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: xar/lib/ libxar.la.in.in

From: Anders F. Björklund <afb@rpm5.org>
Date: Thu 15 Nov 2007 - 20:41:01 CET
Message-Id: <20071115194101.91C9A34849C@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: xar                              Date:   15-Nov-2007 20:41:01
  Branch: HEAD                             Handle: 2007111519410100

  Modified files:
    xar/lib                 libxar.la.in.in

  Log:
    forgot to set libdir in the libtool hackalike

  Summary:
    Revision    Changes     Path
    1.2         +1  -1      xar/lib/libxar.la.in.in
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: xar/lib/libxar.la.in.in
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 libxar.la.in.in
  --- xar/lib/libxar.la.in.in	12 Sep 2007 15:47:42 -0000	1.1
  +++ xar/lib/libxar.la.in.in	15 Nov 2007 19:41:01 -0000	1.2
  @@ -32,4 +32,4 @@
   dlpreopen=''
   
   # Directory that this library needs to be installed in:
  -libdir=''
  +libdir='@LIBDIR@'
  @@ .
Received on Thu Nov 15 20:41:01 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.