Mon, 12 Jan 2009 17:59:13 +0100
Correct build logic depending on the grep(1) command.
libtool/libtool.spec | file | annotate | diff | comparison | revisions | |
libupnp/libupnp.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/libtool/libtool.spec Mon Jan 12 17:12:14 2009 +0100 1.2 +++ b/libtool/libtool.spec Mon Jan 12 17:59:13 2009 +0100 1.3 @@ -46,8 +46,8 @@ 1.4 BuildRoot: %{l_buildroot} 1.5 BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc 1.6 PreReq: OpenPKG, openpkg >= 20040130 1.7 -BuildPreReq: binutils, sed, grep 1.8 -PreReq: binutils, sed, grep 1.9 +BuildPreReq: binutils, sed 1.10 +PreReq: binutils, sed 1.11 AutoReq: no 1.12 AutoReqProv: no 1.13 1.14 @@ -74,6 +74,7 @@ 1.15 `find . -name configure -print` 1.16 CC="%{l_cc}" \ 1.17 CFLAGS="%{l_cflags -O}" \ 1.18 + GREP=grep \ 1.19 ./configure \ 1.20 --prefix=%{l_prefix} \ 1.21 --infodir=%{l_prefix}/info \
2.1 --- a/libupnp/libupnp.spec Mon Jan 12 17:12:14 2009 +0100 2.2 +++ b/libupnp/libupnp.spec Mon Jan 12 17:59:13 2009 +0100 2.3 @@ -95,6 +95,7 @@ 2.4 CPPFLAGS="%{l_cppflags}" \ 2.5 LDFLAGS="%{l_ldflags}" \ 2.6 LIBS="$loclibs" \ 2.7 + GREP=grep \ 2.8 ./configure \ 2.9 --prefix=%{l_prefix} \ 2.10 --disable-shared