|
|
@@ -41,7 +41,7 @@ Class: BASE
|
|
|
Group: SCM
|
|
|
License: Apache/BSD
|
|
|
Version: %{V_opkg}
|
|
|
-Release: 20060920
|
|
|
+Release: 20061004
|
|
|
|
|
|
# package options
|
|
|
%option with_cvs2svn no
|
|
|
@@ -67,8 +67,8 @@ Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20060823, make, libtool, sed, pkgconfig
|
|
|
PreReq: OpenPKG, openpkg >= 20060823
|
|
|
-BuildPreReq: diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib
|
|
|
-PreReq: diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib
|
|
|
+BuildPreReq: diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib, libiconv
|
|
|
+PreReq: diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib, libiconv
|
|
|
%if "%{with_cvs2svn}" == "yes"
|
|
|
PreReq: rcs, python, python::with_dbm = yes
|
|
|
%endif
|
|
|
@@ -158,8 +158,10 @@ AutoReqProv: no
|
|
|
--prefix=%{l_prefix} \
|
|
|
--with-berkeley-db=%{l_prefix} \
|
|
|
--with-dbm=db44 \
|
|
|
- --with-ssl \
|
|
|
+ --with-ssl=openssl \
|
|
|
--with-zlib \
|
|
|
+ --without-gssapi \
|
|
|
+ --with-libxml2 \
|
|
|
--enable-static \
|
|
|
%if "%{with_perl}" == "yes" || "%{with_python}" == "yes"
|
|
|
--with-swig=%{l_prefix}/bin/swig \
|