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: 12-Oct-2006 14:52:27
Branch: HEAD Handle: 2006101213522600
Modified files:
openpkg-src/libgsasl libgsasl.spec
Log:
apply the usual Solaris Autoconf workaround
Summary:
Revision Changes Path
1.19 +2 -1 openpkg-src/libgsasl/libgsasl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libgsasl/libgsasl.spec
============================================================================
$ cvs diff -u -r1.18 -r1.19 libgsasl.spec
--- openpkg-src/libgsasl/libgsasl.spec 22 Aug 2006 15:57:45 -0000
1.18
+++ openpkg-src/libgsasl/libgsasl.spec 12 Oct 2006 12:52:26 -0000
1.19
@@ -33,7 +33,7 @@
Group: Cryptography
License: LGPL
Version: 0.2.15
-Release: 20060822
+Release: 20061012
# list of sources
Source0: http://josefsson.org/gsasl/releases/libgsasl-%{version}.tar.gz
@@ -69,6 +69,7 @@
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
+ GREP="grep" \
./configure \
--prefix=%{l_prefix} \
--with-libgcrypt \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]