Depend on sed, grep, and binutils, because libtool hard codes values.

Thu, 08 Jan 2009 18:28:40 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 08 Jan 2009 18:28:40 +0100
changeset 45
d2954f86e9e6
parent 44
6939d0db0c9e
child 46
7a95c2a6c709

Depend on sed, grep, and binutils, because libtool hard codes values.
This unfortunate dependency change is necessary because the main
program script calls helper tools from hard coded paths. Please
see /pfx/bin/libtool:77 for the example SED="/pfx/bin/sed".

libtool/libtool.spec file | annotate | diff | comparison | revisions
     1.1 --- a/libtool/libtool.spec	Thu Jan 08 18:22:52 2009 +0100
     1.2 +++ b/libtool/libtool.spec	Thu Jan 08 18:28:40 2009 +0100
     1.3 @@ -36,7 +36,7 @@
     1.4  Group:        Building
     1.5  License:      GPL
     1.6  Version:      %{V_dist}
     1.7 -Release:      20080908
     1.8 +Release:      20090106
     1.9  
    1.10  #   list of sources
    1.11  Source0:      ftp://ftp.gnu.org/gnu/libtool/libtool-%{V_dist}.tar.gz
    1.12 @@ -44,8 +44,10 @@
    1.13  #   build information
    1.14  Prefix:       %{l_prefix}
    1.15  BuildRoot:    %{l_buildroot}
    1.16 -BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, make
    1.17 +BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc
    1.18  PreReq:       OpenPKG, openpkg >= 20040130
    1.19 +BuildPreReq:  binutils, sed, grep
    1.20 +PreReq:       binutils, sed, grep
    1.21  AutoReq:      no
    1.22  AutoReqProv:  no
    1.23  

mercurial