View | Details | Raw Unified | Return to bug 241633 | Differences between
and this patch

Collapse All | Expand All

(-)ruby-2.6.5/Makefile.in (-1 / +2 lines)
Line 289 Link Here
289
		@$(RMALL) conftest$(EXEEXT) conftest.c conftest.dSYM
289
		@$(RMALL) conftest$(EXEEXT) conftest.c conftest.dSYM
290
$(LIBRUBY_SO):
290
$(LIBRUBY_SO):
291
		@-[ -n "$(EXTSTATIC)" ] || $(PRE_LIBRUBY_UPDATE)
291
		@$(RM) $@
292
		@-[ -z "$(EXTSTATIC)" ] || $(PRE_LIBRUBY_UPDATE)
292
		$(ECHO) linking shared-library $@
293
		$(ECHO) linking shared-library $@
293
		$(Q) $(LDSHARED) $(DLDFLAGS) $(OBJS) $(DLDOBJS) $(SOLIBS) $(EXTSOLIBS) $(OUTFLAG)$@
294
		$(Q) $(LDSHARED) $(DLDFLAGS) $(OBJS) $(DLDOBJS) $(SOLIBS) $(EXTSOLIBS) $(OUTFLAG)$@
294
		-$(Q) $(OBJCOPY) -w -L '$(SYMBOL_PREFIX)Init_*' -L '$(SYMBOL_PREFIX)ruby_static_id_*' \
295
		-$(Q) $(OBJCOPY) -w -L '$(SYMBOL_PREFIX)Init_*' -L '$(SYMBOL_PREFIX)ruby_static_id_*' \

Return to bug 241633