Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bacula bacula: explictly disable docker plugin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36b380c5e40e
branches:  trunk
changeset: 435815:36b380c5e40e
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jul 16 01:51:41 2020 +0000

description:
bacula: explictly disable docker plugin

diffstat:

 sysutils/bacula/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r eb8445ebba35 -r 36b380c5e40e sysutils/bacula/Makefile.common
--- a/sysutils/bacula/Makefile.common   Thu Jul 16 01:41:49 2020 +0000
+++ b/sysutils/bacula/Makefile.common   Thu Jul 16 01:51:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.71 2020/04/28 03:48:29 rillig Exp $
+# $NetBSD: Makefile.common,v 1.72 2020/07/16 01:51:41 markd Exp $
 #
 # used by sysutils/bacula-clientonly/Makefile
 # used by sysutils/bacula-tray-monitor/Makefile
@@ -65,6 +65,7 @@
 CONFIGURE_ARGS+=       --with-working-dir=${BACULA_WORKINGDIR}
 CONFIGURE_ARGS+=       --with-pid-dir=${BACULA_PIDDIR}
 CONFIGURE_ARGS+=       --with-readline=${BUILDLINK_PREFIX.editlinereadline}/include/readline
+CONFIGURE_ARGS+=       --disable-docker-plugin
 
 CONFIGURE_ARGS.Linux+= --enable-smartalloc
 



Home | Main Index | Thread Index | Old Index