packages: subversion/subversion.spec - always pass --with-berkeley-db= when...
megabajt
megabajt at pld-linux.org
Fri Jul 3 21:34:49 CEST 2009
Author: megabajt Date: Fri Jul 3 19:34:49 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- always pass --with-berkeley-db= when build without net_client_only
(apu-1-config --libs doesn't provide -ldb any more)
- release 4
---- Files affected:
packages/subversion:
subversion.spec (1.263 -> 1.264)
---- Diffs:
================================================================
Index: packages/subversion/subversion.spec
diff -u packages/subversion/subversion.spec:1.263 packages/subversion/subversion.spec:1.264
--- packages/subversion/subversion.spec:1.263 Fri Jul 3 17:20:46 2009
+++ packages/subversion/subversion.spec Fri Jul 3 21:34:44 2009
@@ -36,7 +36,7 @@
Summary(pt_BR.UTF-8): Sistema de versionamento concorrente
Name: subversion
Version: 1.6.3
-Release: 3
+Release: 4
License: Apache/BSD-like
Group: Development/Version Control
Source0: http://subversion.tigris.org/downloads/%{name}-%{version}.tar.bz2
@@ -418,12 +418,12 @@
%else
--disable-runtime-module-search \
--disable-mod-activation \
+ --with-berkeley-db="db.h:%{_includedir}:%{_libdir}:db" \
%if %{with apache}
--with-apxs=%{_sbindir}/apxs \
%else
--without-apache \
--without-apxs \
- --with-berkeley-db=%{_includedir}/db4:%{_libdir} \
%endif
%if !%{with python} && !%{with perl} && !%{with ruby}
--without-swig \
@@ -825,6 +825,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.264 2009/07/03 19:34:44 megabajt
+- always pass --with-berkeley-db= when build without net_client_only
+ (apu-1-config --libs doesn't provide -ldb any more)
+- release 4
+
Revision 1.263 2009/07/03 15:20:46 megabajt
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/subversion/subversion.spec?r1=1.263&r2=1.264&f=u
More information about the pld-cvs-commit
mailing list