# HG changeset patch # User Michael Schloh von Bennewitz # Date 1231779553 -3600 # Node ID 925d359999643c5775bc4942ab6b973bff7c0529 # Parent 4f2be5694fa150eeee57e58a69bc7bf47b6118c1 Correct build logic depending on the grep(1) command. diff -r 4f2be5694fa1 -r 925d35999964 libtool/libtool.spec --- a/libtool/libtool.spec Mon Jan 12 17:12:14 2009 +0100 +++ b/libtool/libtool.spec Mon Jan 12 17:59:13 2009 +0100 @@ -46,8 +46,8 @@ BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc PreReq: OpenPKG, openpkg >= 20040130 -BuildPreReq: binutils, sed, grep -PreReq: binutils, sed, grep +BuildPreReq: binutils, sed +PreReq: binutils, sed AutoReq: no AutoReqProv: no @@ -74,6 +74,7 @@ `find . -name configure -print` CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ + GREP=grep \ ./configure \ --prefix=%{l_prefix} \ --infodir=%{l_prefix}/info \ diff -r 4f2be5694fa1 -r 925d35999964 libupnp/libupnp.spec --- a/libupnp/libupnp.spec Mon Jan 12 17:12:14 2009 +0100 +++ b/libupnp/libupnp.spec Mon Jan 12 17:59:13 2009 +0100 @@ -95,6 +95,7 @@ CPPFLAGS="%{l_cppflags}" \ LDFLAGS="%{l_ldflags}" \ LIBS="$loclibs" \ + GREP=grep \ ./configure \ --prefix=%{l_prefix} \ --disable-shared