1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/nextcloud/app-encryption-info-add-mcrypt.patch
Jakub Jirutka b4bede3f03 community/nextcloud: put back comments into the patches
All three patches were added by me and @rnalrd had removed
the comments that explains their purpose when he updated them.
2018-10-10 18:00:09 +02:00

14 lines
416 B
Diff

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>