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 16:48:21
Branch: HEAD Handle: 2006101215482100
Modified files:
openpkg-src/privoxy privoxy.spec
Log:
apply the usual Solaris Autoconf workaround
Summary:
Revision Changes Path
1.7 +2 -1 openpkg-src/privoxy/privoxy.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/privoxy/privoxy.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 privoxy.spec
--- openpkg-src/privoxy/privoxy.spec 3 Oct 2006 14:36:20 -0000 1.6
+++ openpkg-src/privoxy/privoxy.spec 12 Oct 2006 14:48:21 -0000 1.7
@@ -33,7 +33,7 @@
Group: Web
License: GPL
Version: 3.0.3
-Release: 20061003
+Release: 20061012
# list of sources
Source0:
http://switch.dl.sourceforge.net/ijbswa/privoxy-%{version}-stable-src.tar.gz
@@ -76,6 +76,7 @@
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
+ GREP="grep" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/privoxy \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]