From 28b858775410ade17bb70c40842b8cda2f2557fe Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 3 Nov 2013 11:23:18 +0100 Subject: [PATCH] - added db6 bcond --- subversion.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subversion.spec b/subversion.spec index f6c869e..c8b0395 100644 --- a/subversion.spec +++ b/subversion.spec @@ -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 -- 2.44.0