summaryrefslogtreecommitdiff
path: root/external/libcmis/UnpackedTarball_cmis.mk
diff options
context:
space:
mode:
authorGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2016-03-15 17:33:29 +0100
committerDavid Tardon <dtardon@redhat.com>2016-05-02 10:57:40 +0000
commit3db082a75210bbf0fc657831443c589a4226b997 (patch)
treeddbe3a7a8e182b5a419b11aa26ab8dd9a0fd16a2 /external/libcmis/UnpackedTarball_cmis.mk
parentaf1a3d8b484ed96938e8c2a8cf34f5f424791657 (diff)
Related tdf#98416 Libcmis: add a patch to fix Google Drive login
The new Google login sequence uses two html pages: one for user email the other for password. The older sequence used only one page for both user email and user password. Change-Id: If875ba3ec9680d7e8c700a269873e427ac037a8e Reviewed-on: https://gerrit.libreoffice.org/24513 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libcmis/UnpackedTarball_cmis.mk')
-rw-r--r--external/libcmis/UnpackedTarball_cmis.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/libcmis/UnpackedTarball_cmis.mk b/external/libcmis/UnpackedTarball_cmis.mk
index 9880947385d2..435e7c588018 100644
--- a/external/libcmis/UnpackedTarball_cmis.mk
+++ b/external/libcmis/UnpackedTarball_cmis.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,cmis,1))
$(eval $(call gb_UnpackedTarball_add_patches,cmis, \
external/libcmis/libcmis-libxml2_compatibility.patch \
+ external/libcmis/libcmis-fix-google-drive.patch \
))
ifeq ($(OS)$(COM),WNTMSC)