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

Mon, 06 Apr 2009 17:07:24 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 06 Apr 2009 17:07:24 +0200
changeset 143
5479ddead00b
parent 142
c960abd3fd97
child 144
f53f65b7bfb9

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

bacula/bacula.spec file | annotate | diff | comparison | revisions
     1.1 --- a/bacula/bacula.spec	Mon Apr 06 16:51:32 2009 +0200
     1.2 +++ b/bacula/bacula.spec	Mon Apr 06 17:07:24 2009 +0200
     1.3 @@ -151,6 +151,7 @@
     1.4      CPPFLAGS="%{l_cppflags ncurses}" \
     1.5      LDFLAGS="%{l_ldflags} $LIBS" \
     1.6      LIBS="$libs" \
     1.7 +    GREP="grep" \
     1.8      ./configure \
     1.9          --prefix=%{l_prefix} \
    1.10          --with-dir-user=%{l_rusr} \

mercurial