]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- always pass --with-berkeley-db= when build without net_client_only auto/th/subversion-1_6_3-4 auto/ti/subversion-1_6_3-4
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 3 Jul 2009 19:34:44 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (apu-1-config --libs doesn't provide -ldb any more)
- release 4

Changed files:
    subversion.spec -> 1.264

subversion.spec

index e6cc3c564ab7bd6a44f9587fa418229c1816b5c5..143ebd15a398df341971ec6a77e24223a3d359e3 100644 (file)
@@ -35,7 +35,7 @@ Summary(pl.UTF-8):    System kontroli wersji podobny, ale lepszy, niż CVS
 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
@@ -417,12 +417,12 @@ chmod +x ./autogen.sh && ./autogen.sh
 %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 \
This page took 0.03779 seconds and 4 git commands to generate.