Sfoglia il codice sorgente

apply the usual Solaris workaround

Ralf S. Engelschall 19 anni fa
parent
commit
eb0fe8a69d
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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"