Wed, 01 Apr 2009 16:32:03 +0200
Port to Solaris by specifying an autoconf path to the grep(1) command.
webalizer/webalizer.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/webalizer/webalizer.spec Wed Apr 01 16:30:59 2009 +0200 1.2 +++ b/webalizer/webalizer.spec Wed Apr 01 16:32:03 2009 +0200 1.3 @@ -36,7 +36,7 @@ 1.4 Group: Logfile 1.5 License: GPL 1.6 Version: %{V_here} 1.7 -Release: 20081215 1.8 +Release: 20090401 1.9 1.10 # package options 1.11 %option with_dns no 1.12 @@ -77,6 +77,7 @@ 1.13 CC="%{l_cc}" \ 1.14 CFLAGS="%{l_cflags -O}" \ 1.15 CPPFLAGS="%{l_cppflags} -DHAVE_DB_185_H" \ 1.16 + GREP="grep" \ 1.17 ./configure \ 1.18 --prefix=%{l_prefix} \ 1.19 %if "%{with_dns}" == "yes"