summaryrefslogtreecommitdiffstats
path: root/desktop/Library_crashreport.mk
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2018-03-19 23:56:54 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-05-16 10:46:08 +0200
commit07174b62c6ee23f7b44742ecfe44d4ff8653e57f (patch)
tree9fabe0d3b8a12b44cfd9ec1efefcb626c3a3c4af /desktop/Library_crashreport.mk
parentsw: prefix members in SwAttrHandler (diff)
downloadcore-07174b62c6ee23f7b44742ecfe44d4ff8653e57f.tar.gz
core-07174b62c6ee23f7b44742ecfe44d4ff8653e57f.zip
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.mk3
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 \
))