|
|
@@ -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"
|