# HG changeset patch # User Michael Schloh von Bennewitz # Date 1238673792 -7200 # Node ID 092213021aa544261c5e8f828f2d1f89b487f0e9 # Parent a92d68ac1ca33644a3704e0401913af355a45d2a Port to Solaris by specifying an autoconf path to the grep(1) command. diff -r a92d68ac1ca3 -r 092213021aa5 mrtg/mrtg.spec --- a/mrtg/mrtg.spec Thu Apr 02 14:01:28 2009 +0200 +++ b/mrtg/mrtg.spec Thu Apr 02 14:03:12 2009 +0200 @@ -32,7 +32,7 @@ Group: Monitoring License: GPL Version: 2.16.2 -Release: 20080516 +Release: 20090402 # list of sources Source0: http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz @@ -70,6 +70,7 @@ CFLAGS="%{l_cflags -O}" \ CPPFLAGS="%{l_cppflags}" \ LDFLAGS="%{l_ldflags}" \ + GREP="grep" \ ./configure \ --prefix=%{l_prefix} \ --with-gd=%{l_prefix} \