diff options
Diffstat (limited to 'community/nextcloud/nextcloud17-app-encryption-info-add-mcrypt.patch')
-rw-r--r-- | community/nextcloud/nextcloud17-app-encryption-info-add-mcrypt.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/nextcloud/nextcloud17-app-encryption-info-add-mcrypt.patch b/community/nextcloud/nextcloud17-app-encryption-info-add-mcrypt.patch new file mode 100644 index 0000000000..436e78d4ae --- /dev/null +++ b/community/nextcloud/nextcloud17-app-encryption-info-add-mcrypt.patch @@ -0,0 +1,12 @@ +diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml +index 5050996..6df2d2b 100644 +--- 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="17" max-version="17"/> + </dependencies> + |