diff options
author | Dan Langille <dvl@FreeBSD.org> | 2024-03-28 19:48:01 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2024-03-28 20:04:04 +0000 |
commit | 2b7cf900fb6bc05a22bfce9e72934be0cb6a8154 (patch) | |
tree | 3d1c1df2cd70a02ee3bf2190c0428522d15408a2 /sysutils/bacula15-server/files/patch-src_baconfig.h | |
parent | java/jattach: update to 2.2 (diff) |
sysutils/bacula15-server: Add Bacula 15
Coming in with Bacula 15.0.2 server are client, docs, nagios check, and
the static client.
re: https://www.bacula.org/bacula-15-0-2/
Diffstat (limited to 'sysutils/bacula15-server/files/patch-src_baconfig.h')
-rw-r--r-- | sysutils/bacula15-server/files/patch-src_baconfig.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/bacula15-server/files/patch-src_baconfig.h b/sysutils/bacula15-server/files/patch-src_baconfig.h new file mode 100644 index 000000000000..4cb8939db35c --- /dev/null +++ b/sysutils/bacula15-server/files/patch-src_baconfig.h @@ -0,0 +1,13 @@ +--- src/baconfig.h.orig 2021-02-05 21:23:44 UTC ++++ src/baconfig.h +@@ -45,6 +45,10 @@ + #define tls_psk_default 0 + #endif + ++#ifndef ENODATA ++#define ENODATA EPIPE ++#endif ++ + #ifndef ETIME + #define ETIME ETIMEDOUT + #endif |