diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/profanity/openssl-crypto.patch | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/profanity/openssl-crypto.patch')
| -rw-r--r-- | opt/profanity/openssl-crypto.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/opt/profanity/openssl-crypto.patch b/opt/profanity/openssl-crypto.patch new file mode 100644 index 0000000..7b384fe --- /dev/null +++ b/opt/profanity/openssl-crypto.patch @@ -0,0 +1,12 @@ +--- a/meson.build ++++ b/meson.build +@@ -273,7 +273,7 @@ + omemo_dep = dependency('libomemo-c', version: '>= 0.5.1', required: true) + conf_data.set('HAVE_LIBOMEMO_C', 1) + endif +- gcrypt_dep = dependency('libgcrypt', version: '>= 1.7.0', required: true) ++ gcrypt_dep = dependency('openssl', version: '>= 1.1.0', required: true) + build_omemo = true + conf_data.set('HAVE_OMEMO', 1) + endif + |
