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: 24-Oct-2006 09:23:52
Branch: HEAD Handle: 2006102408235100
Modified files:
openpkg-src/gnutls gnutls.spec
Log:
apply the usual Solaris grep workaround
Summary:
Revision Changes Path
1.82 +2 -1 openpkg-src/gnutls/gnutls.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gnutls/gnutls.spec
============================================================================
$ cvs diff -u -r1.81 -r1.82 gnutls.spec
--- openpkg-src/gnutls/gnutls.spec 13 Oct 2006 17:28:29 -0000 1.81
+++ openpkg-src/gnutls/gnutls.spec 24 Oct 2006 07:23:51 -0000 1.82
@@ -33,7 +33,7 @@
Group: SSL
License: GPL
Version: 1.4.4
-Release: 20061013
+Release: 20061024
# list of sources
Source0: ftp://ftp.gnupg.org/gcrypt/gnutls/gnutls-%{version}.tar.bz2
@@ -77,6 +77,7 @@
CPPFLAGS="%{l_cppflags} %{l_cppflags lzo}" \
LDFLAGS="%{l_ldflags}" \
LIBS="$libs -lgetopt `%{l_prefix}/bin/gpg-error-config --libs`" \
+ GREP="grep" \
./configure \
--cache-file=config.cache \
--prefix=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]