diff options
author | Aron Budea <aron.budea@collabora.com> | 2018-03-19 23:56:54 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-05-16 10:46:08 +0200 |
commit | 07174b62c6ee23f7b44742ecfe44d4ff8653e57f (patch) | |
tree | 9fabe0d3b8a12b44cfd9ec1efefcb626c3a3c4af /desktop/Library_crashreport.mk | |
parent | 71f89889b5bf6273067acb4dad925a5c5ecb3239 (diff) |
tdf#114227: set better proxy params in cURL for crash reporting
Take proxy server from internet settings, and pass to cURL.
Allow forwarding authentication as well (explicitely setting
user/password is still missing).
Change-Id: I19a6c9057a11a5911a6117f71060d3f386953602
Reviewed-on: https://gerrit.libreoffice.org/51621
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'desktop/Library_crashreport.mk')
-rw-r--r-- | desktop/Library_crashreport.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/Library_crashreport.mk b/desktop/Library_crashreport.mk index 04f6855123d6..3b9d6dd34fdc 100644 --- a/desktop/Library_crashreport.mk +++ b/desktop/Library_crashreport.mk @@ -30,12 +30,15 @@ $(eval $(call gb_Library_add_libs,crashreport,\ ) \ )) +$(eval $(call gb_Library_use_sdk_api,crashreport)) + $(eval $(call gb_Library_use_libraries,crashreport,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ + ucbhelper \ utl \ )) |