diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-04 16:45:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-04 20:00:38 +0200 |
commit | 33f7485dedea90e0f80c6348fa8ac5f27c5052e0 (patch) | |
tree | ddccd791593e733ebd5bc3148283cf95c7bc2a71 /external/libcmis/UnpackedTarball_libcmis.mk | |
parent | 7e7a1ff3926e86705199aa9814089e90f01c02ed (diff) |
Properly encode OAuth2 credentials
Change-Id: Ic3edeae035262309e91fb01e3aca5c2f905bc3e5
Reviewed-on: https://gerrit.libreoffice.org/59986
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external/libcmis/UnpackedTarball_libcmis.mk')
-rw-r--r-- | external/libcmis/UnpackedTarball_libcmis.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/libcmis/UnpackedTarball_libcmis.mk b/external/libcmis/UnpackedTarball_libcmis.mk index 0ec8f5182edc..8944fc024bc6 100644 --- a/external/libcmis/UnpackedTarball_libcmis.mk +++ b/external/libcmis/UnpackedTarball_libcmis.mk @@ -22,6 +22,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,libcmis, \ external/libcmis/libcmis-fix-error-handling.patch \ external/libcmis/c++17.patch.0 \ external/libcmis/boost-1.68.patch.0 \ + external/libcmis/xwwwformurlencoded.patch.0 \ )) ifeq ($(OS),WNT) |