summaryrefslogtreecommitdiff
path: root/databases/pgbackrest/files/patch-meson__options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pgbackrest/files/patch-meson__options.txt')
-rw-r--r--databases/pgbackrest/files/patch-meson__options.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/databases/pgbackrest/files/patch-meson__options.txt b/databases/pgbackrest/files/patch-meson__options.txt
deleted file mode 100644
index 30bdd3e9599f..000000000000
--- a/databases/pgbackrest/files/patch-meson__options.txt
+++ /dev/null
@@ -1,8 +0,0 @@
---- meson_options.txt.orig 2024-03-24 20:53:22 UTC
-+++ meson_options.txt
-@@ -1,2 +1,5 @@ option('fatal-errors', type: 'boolean', value: false,
- option('configdir', type: 'string', value: '/etc/pgbackrest', description: 'Configuration directory')
- option('fatal-errors', type: 'boolean', value: false, description: 'Stop compilation on first error')
-+option('liblz4', type: 'feature', value: 'auto', description: 'Enable LZ4 compression support')
-+option('libssh2', type: 'feature', value: 'auto', description: 'Enable SFTP storage support')
-+option('libzstd', type: 'feature', value: 'auto', description: 'Enable Zstandard compression support')