From 42e7718731f55283e77fd1400af00046c33afa5b Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Tue, 18 Jul 2023 16:13:01 +0200 Subject: [PATCH] - missing patch --- bacula-no_lockmgr.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bacula-no_lockmgr.patch diff --git a/bacula-no_lockmgr.patch b/bacula-no_lockmgr.patch new file mode 100644 index 0000000..70b2a5f --- /dev/null +++ b/bacula-no_lockmgr.patch @@ -0,0 +1,16 @@ +diff -ur bacula-11.0.6.orig/src/version.h bacula-11.0.6/src/version.h +--- bacula-11.0.6.orig/src/version.h 2022-04-03 11:31:32.929298827 +0000 ++++ bacula-11.0.6/src/version.h 2022-04-03 11:32:34.071438141 +0000 +@@ -87,9 +87,9 @@ + * it can always be turned on, but we advise to use it only + * for debug + */ +-# ifndef USE_LOCKMGR +-# define USE_LOCKMGR +-# endif /* USE_LOCKMGR */ ++//# ifndef USE_LOCKMGR ++//# define USE_LOCKMGR ++//# endif /* USE_LOCKMGR */ + /* + * Enable priority management with the lock manager + * -- 2.44.0