meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / ruby / ruby / 0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch b/meta-starlingx/meta-stx-integ/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
deleted file mode 100644 (file)
index d6a8780..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nurpd a/Makefile.in b/Makefile.in
---- a/Makefile.in      2020-04-01 14:03:13.899047800 -0700
-+++ b/Makefile.in      2020-04-01 14:03:57.186887765 -0700
-@@ -70,7 +70,7 @@ EXTLIBS =
- LIBS = @LIBS@ $(EXTLIBS)
- MISSING = @LIBOBJS@ @ALLOCA@
- LDSHARED = @LIBRUBY_LDSHARED@
--DLDFLAGS = @LIBRUBY_DLDFLAGS@ $(XLDFLAGS) $(ARCH_FLAG)
-+DLDFLAGS = @LIBRUBY_DLDFLAGS@ $(LDFLAGS) $(ARCH_FLAG)
- SOLIBS = @SOLIBS@
- MAINLIBS = @MAINLIBS@
- ARCHMINIOBJS = @MINIOBJS@