Browse Source

ruby: enable openssl for the host

Waldemar Brodkorb 2 months ago
parent
commit
b99a5d6bef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/ruby/Makefile

+ 1 - 1
package/ruby/Makefile

@@ -41,7 +41,7 @@ INSTALL_TARGET:=	install-nodoc
 HOST_CONFIGURE_ARGS+=	--disable-install-doc \
 			--disable-yjit \
 			--disable-shared \
-			--with-out-ext=curses,readline,openssl \
+			--with-out-ext=curses,readline \
 			--disable-rubygems
 HOST_ALL_TARGET:=	main
 HOST_INSTALL_TARGET:=	install-nodoc