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: 19-Jun-2006 13:35:44
Branch: HEAD Handle: 2006061912354400
Modified files:
openpkg-src/curl curl.spec
Log:
try to avoid extra dependency by applying the workaround we already
applied to a few other packages which had the same problem under
Solaris
Summary:
Revision Changes Path
1.82 +2 -1 openpkg-src/curl/curl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/curl/curl.spec
============================================================================
$ cvs diff -u -r1.81 -r1.82 curl.spec
--- openpkg-src/curl/curl.spec 19 Jun 2006 09:54:23 -0000 1.81
+++ openpkg-src/curl/curl.spec 19 Jun 2006 11:35:44 -0000 1.82
@@ -46,7 +46,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc, grep
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
PreReq: OpenPKG, openpkg >= 20040130
%if "%{with_ssl}" == "yes"
BuildPreReq: openssl >= 0.9.7
@@ -98,6 +98,7 @@
CFLAGS="$CFLAGS `pkg-config --cflags libidn`"
LIBS="$LIBS `pkg-config --libs libidn`"
%endif
+ export GREP="grep"
./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]