diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-25 01:42:19 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-25 02:42:48 +0200 |
commit | edde9744d2bfbb742772710f4f9d07e2e184e947 (patch) | |
tree | 2ec23aea392efc803f318f77a76f8b3f3ae8fc69 /community/nextcloud/app-encryption-info-add-mcrypt.patch | |
parent | ae8f222e196e992f376395f6bdb1d6581fb6c863 (diff) | |
download | aports-edde9744d2bfbb742772710f4f9d07e2e184e947.tar.bz2 aports-edde9744d2bfbb742772710f4f9d07e2e184e947.tar.xz |
community/nextcloud: move almost all apps to subpackages
Diffstat (limited to 'community/nextcloud/app-encryption-info-add-mcrypt.patch')
-rw-r--r-- | community/nextcloud/app-encryption-info-add-mcrypt.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/nextcloud/app-encryption-info-add-mcrypt.patch b/community/nextcloud/app-encryption-info-add-mcrypt.patch new file mode 100644 index 0000000000..f115fdbead --- /dev/null +++ b/community/nextcloud/app-encryption-info-add-mcrypt.patch @@ -0,0 +1,14 @@ +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 +@@ -24,6 +24,7 @@ + </types> + <dependencies> + <lib>openssl</lib> ++ <lib>mcrypt</lib> + <nextcloud min-version="12" max-version="12" /> + </dependencies> + <settings> |