Correct build logic depending on the grep(1) command.

Mon, 12 Jan 2009 18:06:38 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 12 Jan 2009 18:06:38 +0100
changeset 74
6f9166cf333a
parent 73
b1722d405fbb
child 75
b3a835aa617c

Correct build logic depending on the grep(1) command.

taglib/taglib.spec file | annotate | diff | comparison | revisions
     1.1 --- a/taglib/taglib.spec	Mon Jan 12 18:03:00 2009 +0100
     1.2 +++ b/taglib/taglib.spec	Mon Jan 12 18:06:38 2009 +0100
     1.3 @@ -77,6 +77,7 @@
     1.4      CXXFLAGS="%{l_cflags -O}" \
     1.5      CPPFLAGS="%{l_cppflags}" \
     1.6      LDFLAGS="%{l_ldflags}" \
     1.7 +    GREP=grep \
     1.8      ./configure \
     1.9          --prefix=%{l_prefix} \
    1.10          --disable-shared

mercurial