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 08:49:23
Branch: HEAD Handle: 2006030707492300
Modified files:
openpkg-src/libtool libtool.spec
Log:
workaround problems under at least Solaris where the libtool configure
wishes a grep with option -e and where egrep could be used for this
Summary:
Revision Changes Path
1.52 +2 -1 openpkg-src/libtool/libtool.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libtool/libtool.spec
============================================================================
$ cvs diff -u -r1.51 -r1.52 libtool.spec
--- openpkg-src/libtool/libtool.spec 11 Jan 2006 15:49:42 -0000 1.51
+++ openpkg-src/libtool/libtool.spec 7 Mar 2006 07:49:23 -0000 1.52
@@ -33,7 +33,7 @@
Group: Development
License: GPL
Version: 1.5.22
-Release: 20060111
+Release: 20060307
# list of sources
Source0: ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
@@ -65,6 +65,7 @@
# configure package
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]