aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud21/app-encryption-info-add-mcrypt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/nextcloud21/app-encryption-info-add-mcrypt.patch')
-rw-r--r--community/nextcloud21/app-encryption-info-add-mcrypt.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/nextcloud21/app-encryption-info-add-mcrypt.patch b/community/nextcloud21/app-encryption-info-add-mcrypt.patch
deleted file mode 100644
index 025dee93689..00000000000
--- a/community/nextcloud21/app-encryption-info-add-mcrypt.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-mcrypt is not required, but it's recommended to increase file encryption
-performance. We're adding it to info.xml just to simplify abuild (all app
-dependencies can be read in info.xml).
-
---- a/apps/encryption/appinfo/info.xml
-+++ b/apps/encryption/appinfo/info.xml
-@@ -31,6 +31,7 @@
-
- <dependencies>
- <lib>openssl</lib>
-+ <lib>mcrypt</lib>
- <nextcloud min-version="14" max-version="14" />
- </dependencies>
-