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

Thu, 02 Apr 2009 14:03:12 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 02 Apr 2009 14:03:12 +0200
changeset 131
092213021aa5
parent 130
a92d68ac1ca3
child 132
648dc0227614

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

mrtg/mrtg.spec file | annotate | diff | comparison | revisions
     1.1 --- a/mrtg/mrtg.spec	Thu Apr 02 14:01:28 2009 +0200
     1.2 +++ b/mrtg/mrtg.spec	Thu Apr 02 14:03:12 2009 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        Monitoring
     1.5  License:      GPL
     1.6  Version:      2.16.2
     1.7 -Release:      20080516
     1.8 +Release:      20090402
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz
    1.12 @@ -70,6 +70,7 @@
    1.13      CFLAGS="%{l_cflags -O}" \
    1.14      CPPFLAGS="%{l_cppflags}" \
    1.15      LDFLAGS="%{l_ldflags}" \
    1.16 +    GREP="grep" \
    1.17      ./configure \
    1.18          --prefix=%{l_prefix} \
    1.19          --with-gd=%{l_prefix} \

mercurial