OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 03-May-2009 18:41:10 Branch: HEAD Handle: 2009050317411000 Modified files: openpkg-src/wget wget.spec Log: fix building under Solaris (submitted by Christoph Schug) Summary: Revision Changes Path 1.56 +2 -1 openpkg-src/wget/wget.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/wget/wget.spec ============================================================================ $ cvs diff -u -r1.55 -r1.56 wget.spec --- openpkg-src/wget/wget.spec 18 Apr 2009 13:18:12 -0000 1.55 +++ openpkg-src/wget/wget.spec 3 May 2009 16:41:10 -0000 1.56 @@ -32,7 +32,7 @@ Group: Web License: GPL Version: 1.11.4 -Release: 20080630 +Release: 20090503 # list of sources Source0: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz @@ -73,6 +73,7 @@ CFLAGS="%{l_cflags -O}" \ CPPFLAGS="%{l_cppflags}" \ LDFLAGS="%{l_ldflags}" \ + GREP="grep" \ MAKEINFO="%{l_prefix}/bin/makeinfo" \ ./configure \ --prefix=%{l_prefix} \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org