# HG changeset patch # User Michael Schloh von Bennewitz # Date 1238596323 -7200 # Node ID e6362b30494e4f5f79544ea1c0a745c51469bfd2 # Parent d578bc64f1605c4656983635e7cd5ee201bd42f1 Port to Solaris by specifying an autoconf path to the grep(1) command. diff -r d578bc64f160 -r e6362b30494e webalizer/webalizer.spec --- a/webalizer/webalizer.spec Wed Apr 01 16:30:59 2009 +0200 +++ b/webalizer/webalizer.spec Wed Apr 01 16:32:03 2009 +0200 @@ -36,7 +36,7 @@ Group: Logfile License: GPL Version: %{V_here} -Release: 20081215 +Release: 20090401 # package options %option with_dns no @@ -77,6 +77,7 @@ CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ CPPFLAGS="%{l_cppflags} -DHAVE_DB_185_H" \ + GREP="grep" \ ./configure \ --prefix=%{l_prefix} \ %if "%{with_dns}" == "yes"