diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-02 11:34:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-02 11:36:16 +0200 |
commit | 00fc2c216375d28bdaf0a86068bd64b096c0c45d (patch) | |
tree | 339626ce462e9bcdaef7bc47207ca0a1b54c5f9b /package/ruby | |
parent | 6f5aeaadfe8bd8c6966ddea4d856e2b73ee6731d (diff) |
ruby: use openssl, add yaml dependency for host
Diffstat (limited to 'package/ruby')
-rw-r--r-- | package/ruby/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile index f0a55595b..261cf5b42 100644 --- a/package/ruby/Makefile +++ b/package/ruby/Makefile @@ -9,9 +9,9 @@ PKG_RELEASE:= 1 PKG_HASH:= 676b65a36e637e90f982b57b059189b3276b9045034dcd186a7e9078847b975b PKG_DESCR:= scripting language PKG_SECTION:= dev/lang -PKG_DEPENDS:= libressl zlib -PKG_BUILDDEP:= ruby-host libressl zlib -HOST_BUILDDEP:= libressl-host +PKG_DEPENDS:= libopenssl zlib +PKG_BUILDDEP:= ruby-host openssl zlib +HOST_BUILDDEP:= openssl-host yaml-host PKG_NEEDS:= threads PKG_URL:= http://www.ruby-lang.org/ PKG_SITES:= http://ftp.ruby-lang.org/pub/ruby/3.3/ |