From 946077dbef0d9ff1dae24adcb917c94fc5f2f16a Mon Sep 17 00:00:00 2001
From: Aurelien Larcher <aurelien.larcher@gmail.com>
Date: Tue, 12 May 2020 20:51:50 +0200
Subject: [PATCH] ruby-26: workaround libssp dependency issue

---
 components/ruby/ruby-26/Makefile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/components/ruby/ruby-26/Makefile b/components/ruby/ruby-26/Makefile
index 17fc8f8..c59a3b4 100644
--- a/components/ruby/ruby-26/Makefile
+++ b/components/ruby/ruby-26/Makefile
@@ -30,7 +30,7 @@
 
 COMPONENT_NAME=		ruby
 COMPONENT_VERSION=	2.6.6
-COMPONENT_REVISION=	1
+COMPONENT_REVISION=	2
 COMPONENT_SUMMARY=	Ruby, RubyGems, and Rake
 COMPONENT_PROJECT_URL=	http://www.ruby-lang.org/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -145,5 +145,7 @@
 REQUIRED_PACKAGES += shell/bash
 REQUIRED_PACKAGES += SUNWcs
 REQUIRED_PACKAGES += system/library
-REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
+REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
 REQUIRED_PACKAGES += system/library/math
+# Bogus dependency due to libssp
+REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)

--
Gitblit v1.9.3