OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Mar-2006 12:07:28
Branch: HEAD Handle: 2006030711072700
Modified files:
openpkg-src/libtool libtool.spec
Log:
second attempt for fixing Solaris grep issues. This time be less
intrusive for all other platforms.
Summary:
Revision Changes Path
1.53 +4 -1 openpkg-src/libtool/libtool.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libtool/libtool.spec
============================================================================
$ cvs diff -u -r1.52 -r1.53 libtool.spec
--- openpkg-src/libtool/libtool.spec 7 Mar 2006 07:49:23 -0000 1.52
+++ openpkg-src/libtool/libtool.spec 7 Mar 2006 11:07:27 -0000 1.53
@@ -63,9 +63,12 @@
%build
# configure package
+ %{l_shtool} subst \
+ -e 's;grep ggrep;grep ggrep egrep;g' \
+ -e 's;-e .-(cannot match)-.;;g' \
+ `find . -name configure -print`
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- GREP=`shtool path egrep grep` \
./configure \
--prefix=%{l_prefix} \
--infodir=%{l_prefix}/info \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]