From f4c68d3ad80734e15d093eeee211519e97e2a8ec Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 8 Jun 2016 12:14:30 +0200 Subject: use a dynamic library for minidump shared code This has the disadvantage to make the minidump_upload executable depend on LibreOffice libraries but there seems to be no other way to make the 7.1 SDK happy. Change-Id: I82c37f503ed29cb50711eae7db22063f49747a48 Reviewed-on: https://gerrit.libreoffice.org/26055 Tested-by: Jenkins Reviewed-by: Markus Mohrhard (cherry picked from commit 3498cd3e7b2c820fc3f3025eb4434666a444fda1) Reviewed-on: https://gerrit.libreoffice.org/26915 Reviewed-by: Christian Lohmaier --- desktop/Module_desktop.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/Module_desktop.mk') diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk index 22d3647c1386..e52c1b53d612 100644 --- a/desktop/Module_desktop.mk +++ b/desktop/Module_desktop.mk @@ -19,7 +19,7 @@ $(eval $(call gb_Module_add_targets,desktop,\ Library_sofficeapp \ $(if $(ENABLE_BREAKPAD), \ Library_crashreport \ - StaticLibrary_minidump) \ + ) \ $(if $(ENABLE_HEADLESS),,Library_spl) \ Package_branding \ $(if $(CUSTOM_BRAND_DIR),Package_branding_custom) \ -- cgit