vcl/Library_vclplug_win.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 006b023184afddf072979d2c8e2c08484780877d
Author:     Vasily Melenchuk <vasily.melenc...@cib.de>
AuthorDate: Wed Oct 3 13:37:43 2018 +0300
Commit:     Thorsten Behrens <thorsten.behr...@cib.de>
CommitDate: Wed Oct 3 16:52:08 2018 +0200

    vcl: fixed Windows build with enabled breakpad
    
    It was unresolved external symbol CrashReporter::AddKeyValue()
    in SalAbort()
    
    Change-Id: I21c48e40a9b9b73e43f6b5f58079b7877a1deac6
    Reviewed-on: https://gerrit.libreoffice.org/61293
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de>

diff --git a/vcl/Library_vclplug_win.mk b/vcl/Library_vclplug_win.mk
index 97a83d436cc1..242f43190ac8 100644
--- a/vcl/Library_vclplug_win.mk
+++ b/vcl/Library_vclplug_win.mk
@@ -36,6 +36,8 @@ $(eval $(call gb_Library_use_custom_headers,vclplug_win,\
 $(eval $(call gb_Library_use_sdk_api,vclplug_win))
 
 $(eval $(call gb_Library_use_libraries,vclplug_win,\
+    $(call gb_Helper_optional,BREAKPAD, \
+        crashreport) \
     basegfx \
     comphelper \
     cppu \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to