From: Marcin Krol Date: Tue, 18 Jul 2023 14:13:01 +0000 (+0200) Subject: - missing patch X-Git-Url: https://git.tld-linux.org/?p=packages%2Fbacula.git;a=commitdiff_plain - missing 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 + *