ayaports/apk/v3.8/main/nextcloud/app-encryption-info-add-mcrypt.patch
build@apk-groulx dcd94aac2a update
2021-06-04 15:24:49 +00: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>