]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- added db6 bcond
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Nov 2013 10:23:18 +0000 (11:23 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Nov 2013 10:23:18 +0000 (11:23 +0100)
subversion.spec

index f6c869e62daf941eb19daa2fb83bd441bcf2afda..c8b03951351d8971adac1c04129ce7de57071f27 100644 (file)
@@ -12,6 +12,7 @@
 %bcond_without kde                     # build without kde4 support (alias for kwallet)
 %bcond_without gnome                   # build without gnome keyring support
 %bcond_without db                      # disable Subversion Berkeley DB based filesystem library
+%bcond_with    db6                     # allow BDB6 (not tested by upstream, released on AGPL)
 
 # for AC: --without csvn,gnome,javahl,kde,ruby
 
@@ -445,6 +446,7 @@ chmod +x ./autogen.sh && ./autogen.sh
        --disable-mod-activation \
 %if %{with db}
        --with-berkeley-db="db.h:%{_includedir}:%{_libdir}:db" \
+       %{?with_db6:--enable-bdb6} \
 %else
        --without-berkeley-db \
 %endif
This page took 0.0693 seconds and 4 git commands to generate.