浏览代码

apply the usual Solaris workaround

Ralf S. Engelschall 19 年之前
父节点
当前提交
a16ffa6ad0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      findutils/findutils.spec

+ 2 - 1
findutils/findutils.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        ShellUtils
 License:      GPL
 Version:      4.2.28
-Release:      20060924
+Release:      20061003
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
@@ -66,6 +66,7 @@ AutoReqProv:  no
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
     SORT="%{l_prefix}/bin/gsort" \
+    GREP="grep" \
     ./configure \
         --prefix=%{l_prefix} \
         --libexecdir=%{l_prefix}/libexec/findutils \