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:11:35 Branch: HEAD Handle: 2006060613113500 Modified files: openpkg-src/monit monit.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/monit/monit.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/monit/monit.spec ============================================================================ $ cvs diff -u -r1.54 -r1.55 monit.spec --- openpkg-src/monit/monit.spec 18 May 2006 07:07:30 -0000 1.54 +++ openpkg-src/monit/monit.spec 6 Jun 2006 12:11:35 -0000 1.55 @@ -33,7 +33,7 @@ Group: System License: GPL Version: 4.8.1 -Release: 20060518 +Release: 20060606 # package options %option with_fsl yes @@ -99,6 +99,7 @@ CPPFLAGS="%{l_cppflags} $cppflags" \ LDFLAGS="%{l_ldflags} %{l_fsl_ldflags}" \ LIBS="%{l_fsl_libs} $libs" \ + GREP="grep" \ piddir="%{l_prefix}/var/monit" \ ./configure \ --prefix=%{l_prefix} \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org