Kaydet (Commit) 4b2b4969 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

we are using our own minidump_upload executable

Change-Id: Icee770ff8e2db019031d618528a9aab83041389d
Reviewed-on: https://gerrit.libreoffice.org/26244Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 0f258538
...@@ -3342,10 +3342,6 @@ $(call gb_LinkTarget_use_external_project,$(1),breakpad) ...@@ -3342,10 +3342,6 @@ $(call gb_LinkTarget_use_external_project,$(1),breakpad)
endef endef
$(eval $(call gb_Helper_register_packages_for_install,ooo,\
breakpad \
))
endif # ENABLE_BREAKPAD endif # ENABLE_BREAKPAD
ifeq ($(ENABLE_GLTF),TRUE) ifeq ($(ENABLE_GLTF),TRUE)
......
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_ExternalPackage_ExternalPackage,breakpad,breakpad))
$(eval $(call gb_ExternalPackage_use_external_project,breakpad,breakpad))
ifeq ($(OS),LINUX)
$(eval $(call gb_ExternalPackage_add_file,breakpad,$(LIBO_LIB_FOLDER)/minidump_upload,src/tools/linux/symupload/minidump_upload))
else ifeq ($(OS)),WNT)
$(eval $(call gb_ExternalPackage_add_file,breakpad,$(LIBO_LIB_FOLDER)/minidump_upload,src/tools/linux/symupload/minidump_upload))
endif
# vim: set noet sw=4 ts=4:
...@@ -11,7 +11,6 @@ $(eval $(call gb_Module_Module,breakpad)) ...@@ -11,7 +11,6 @@ $(eval $(call gb_Module_Module,breakpad))
$(eval $(call gb_Module_add_targets,breakpad,\ $(eval $(call gb_Module_add_targets,breakpad,\
UnpackedTarball_breakpad \ UnpackedTarball_breakpad \
ExternalPackage_breakpad \
)) ))
ifneq ($(OS)$(COM),WNTMSC) ifneq ($(OS)$(COM),WNTMSC)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment