Port to Solaris by specifying an autoconf path to the grep(1) command.

Wed, 01 Apr 2009 16:32:03 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 01 Apr 2009 16:32:03 +0200
changeset 124
e6362b30494e
parent 123
d578bc64f160
child 125
06debe70afb4

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"

mercurial