Aurelien Larcher
2020-05-12 946077dbef0d9ff1dae24adcb917c94fc5f2f16a
ruby-26: workaround libssp dependency issue
1 files modified
6 ■■■■■ changed files
components/ruby/ruby-26/Makefile 6 ●●●●● patch | view | raw | blame | history
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)