# HG changeset patch # User Michael Schloh von Bennewitz # Date 1231779780 -3600 # Node ID b1722d405fbb685a2f094f8d6a53b8dbf2b75ff4 # Parent 925d359999643c5775bc4942ab6b973bff7c0529 Back out removal of dependency, as it is hard coded at build time. diff -r 925d35999964 -r b1722d405fbb libtool/libtool.spec --- a/libtool/libtool.spec Mon Jan 12 17:59:13 2009 +0100 +++ b/libtool/libtool.spec Mon Jan 12 18:03:00 2009 +0100 @@ -46,8 +46,8 @@ BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc PreReq: OpenPKG, openpkg >= 20040130 -BuildPreReq: binutils, sed -PreReq: binutils, sed +BuildPreReq: binutils, sed, grep +PreReq: binutils, sed, grep AutoReq: no AutoReqProv: no @@ -74,7 +74,6 @@ `find . -name configure -print` CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ - GREP=grep \ ./configure \ --prefix=%{l_prefix} \ --infodir=%{l_prefix}/info \