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: 06-Jun-2006 14:15:56
Branch: HEAD Handle: 2006060613155500
Modified files:
openpkg-src/coreutils coreutils.spec
Log:
workaround a problem with 'grep -e' tests under Solaris by forcing the
Autoconf stuff to use the regular grep(1) which should be good enough
for what is required in Libtool
Summary:
Revision Changes Path
1.55 +2 -1 openpkg-src/coreutils/coreutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/coreutils/coreutils.spec
============================================================================
$ cvs diff -u -r1.54 -r1.55 coreutils.spec
--- openpkg-src/coreutils/coreutils.spec 22 May 2006 20:10:39 -0000
1.54
+++ openpkg-src/coreutils/coreutils.spec 6 Jun 2006 12:15:55 -0000
1.55
@@ -33,7 +33,7 @@
Group: Utility
License: GPL
Version: 5.96
-Release: 20060522
+Release: 20060606
# package options
%option with_legacy no
@@ -92,6 +92,7 @@
LDFLAGS="%{l_ldflags}" \
CONFIG_SHELL="%{l_bash}" \
HELP2MAN="true" \
+ GREP="grep" \
./configure \
--prefix=%{l_prefix} \
--infodir=%{l_prefix}/info \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]