mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
16 lines
437 B
Diff
16 lines
437 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
|
|
@@ -25,6 +25,7 @@
|
|
</types>
|
|
<dependencies>
|
|
<lib>openssl</lib>
|
|
+ <lib>mcrypt</lib>
|
|
<nextcloud min-version="13" max-version="13" />
|
|
</dependencies>
|
|
<settings>
|
|
|