From c38ce62a57e2fea19ec7375b8f92940f0e14a8bf Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Mon, 9 Jan 2012 18:41:58 +0100 Subject: [PATCH] Explicitly enable batch insert even if it's enabled by default --- bacula.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula.spec b/bacula.spec index a49dfd1..fbee76a 100644 --- a/bacula.spec +++ b/bacula.spec @@ -324,6 +324,7 @@ export CPPFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/ncurses" --with-subsys-dir=%{_localstatedir}/lock/subsys \ --with-pid-dir=%{_localstatedir}/run \ --disable-conio \ + --enable-batch-insert \ --enable-readline \ --enable-largefile \ --enable-build-dird \