summaryrefslogtreecommitdiff
path: root/lang/ruby/3.2/patches/patch-template_Makefile_in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby/3.2/patches/patch-template_Makefile_in')
-rw-r--r--lang/ruby/3.2/patches/patch-template_Makefile_in16
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/ruby/3.2/patches/patch-template_Makefile_in b/lang/ruby/3.2/patches/patch-template_Makefile_in
deleted file mode 100644
index 572d5ba..0000000
--- a/lang/ruby/3.2/patches/patch-template_Makefile_in
+++ /dev/null
@@ -1,16 +0,0 @@
1Allow linking libruby to libc++abi on amd64/aarch64, so other
2software that links to libruby other than ruby itself does
3not need to manually handle arch-dependent linking.
4
5Index: template/Makefile.in
6--- template/Makefile.in.orig
7+++ template/Makefile.in
8@@ -339,7 +339,7 @@ verify-static-library: $(LIBRUBY_A)
9 $(LIBRUBY_SO):
10 @-[ -n "$(EXTSTATIC)" ] || $(PRE_LIBRUBY_UPDATE)
11 $(ECHO) linking shared-library $@
12- $(Q) $(LDSHARED) $(DLDFLAGS) $(OBJS) $(DLDOBJS) $(SOLIBS) $(EXTSOLIBS) $(OUTFLAG)$@
13+ $(Q) $(LDSHARED) ${LIBRUBY_DLDFLAGS} $(DLDFLAGS) $(OBJS) $(DLDOBJS) $(SOLIBS) $(EXTSOLIBS) $(OUTFLAG)$@
14 -$(Q) $(OBJCOPY) -w -L '$(SYMBOL_PREFIX)Init_*' -L '$(SYMBOL_PREFIX)ruby_static_id_*' \
15 -L '$(SYMBOL_PREFIX)*_threadptr_*' -L '$(SYMBOL_PREFIX)*_ec_*' $@
16 $(Q) $(POSTLINK)