Explorar el Código

apply the usual Solaris workaround

Ralf S. Engelschall hace 19 años
padre
commit
eb0fe8a69d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      db/db.spec

+ 2 - 1
db/db.spec

@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      BSD
 Version:      %{V_version}.%{V_revision}
-Release:      20060929
+Release:      20061003
 
 #   package options
 %option       with_compat no
@@ -98,6 +98,7 @@ AutoReqProv:  no
     CXX="%{l_cxx}" \
     CXXFLAGS="%{l_cxxflags -O}" \
 %endif
+    GREP="grep" \
     ../dist/configure \
         --prefix=%{l_prefix} \
 %if "%{with_compat}" == "yes"