FreeBSD Bugzilla – Attachment 208958 Details for
Bug 241633
devel/ruby-build: 20191030 or later cannot build MRI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.in.patch
Makefile.in.patch (text/plain), 556 bytes, created by
Yuichiro NAITO
on 2019-11-08 03:21:26 UTC
(
hide
)
Description:
Makefile.in.patch
Filename:
MIME Type:
Creator:
Yuichiro NAITO
Created:
2019-11-08 03:21:26 UTC
Size:
556 bytes
patch
obsolete
>--- ruby-2.6.5/Makefile.in.orig 2019-10-01 20:01:01.000000000 +0900 >+++ ruby-2.6.5/Makefile.in 2019-11-08 10:06:55.159925000 +0900 >@@ -289,1 +289,1 @@ > @$(RMALL) conftest$(EXEEXT) conftest.c conftest.dSYM > > $(LIBRUBY_SO): >- @-[ -n "$(EXTSTATIC)" ] || $(PRE_LIBRUBY_UPDATE) >+ @$(RM) $@ >+ @-[ -z "$(EXTSTATIC)" ] || $(PRE_LIBRUBY_UPDATE) > $(ECHO) linking shared-library $@ > $(Q) $(LDSHARED) $(DLDFLAGS) $(OBJS) $(DLDOBJS) $(SOLIBS) $(EXTSOLIBS) $(OUTFLAG)$@ > -$(Q) $(OBJCOPY) -w -L '$(SYMBOL_PREFIX)Init_*' -L '$(SYMBOL_PREFIX)ruby_static_id_*' \
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241633
:
208899
|
208900
|
208930
| 208958