Bugzilla – Attachment 136500 Details for
Bug 112601
Build issue on Windows when linking mergedlo.dll
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
a workaround patch
0000.workaround.patch.0 (text/plain), 925 bytes, created by
Tomofumi Yagi
on 2017-09-24 02:40:00 UTC
(
hide
)
Description:
a workaround patch
Filename:
MIME Type:
Creator:
Tomofumi Yagi
Created:
2017-09-24 02:40:00 UTC
Size:
925 bytes
patch
obsolete
>diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk >index 8fadf93bb50c..f6351698bb81 100644 >--- a/solenv/gbuild/platform/com_MSC_class.mk >+++ b/solenv/gbuild/platform/com_MSC_class.mk >@@ -156,7 +156,7 @@ endif > > define gb_LinkTarget__command > $(call gb_Output_announce,$(2),$(true),LNK,4) >-$(call gb_Helper_abbreviate_dirs,\ >+$(subst RESPONSEFILE,RP,$(call gb_Helper_abbreviate_dirs,\ > rm -f $(1) && \ > RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),100, \ > $(foreach object,$(CXXOBJECTS),$(call gb_CxxObject_get_target,$(object))) \ >@@ -199,7 +199,7 @@ $(call gb_Helper_abbreviate_dirs,\ > -dump -exports $(ILIBTARGET) \ > >> $(WORKDIR)/LinkTarget/$(2).exports.tmp && \ > $(call gb_Helper_replace_if_different_and_touch,$(WORKDIR)/LinkTarget/$(2).exports.tmp,$(WORKDIR)/LinkTarget/$(2).exports,$(1))) \ >- ; exit $$RC) >+ ; exit $$RC)) > endef > > define gb_MSVCRT_subst
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 112601
: 136500