From c7b30bdd07eeda3f18fa0d1fe4138f22d14850e6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 27 Sep 2023 09:44:42 +0200 Subject: ruby: add libressl patch from buildroot --- package/ruby/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/ruby/Makefile') diff --git a/package/ruby/Makefile b/package/ruby/Makefile index ab0e41e2a..536d09593 100644 --- a/package/ruby/Makefile +++ b/package/ruby/Makefile @@ -25,6 +25,9 @@ $(eval $(call PKG_template,RUBY,ruby,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS # uClibc setpgrp does not take arguments CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes \ stack_protector=no \ + ac_cv_func_finite=yes \ + ac_cv_func_isinf=yes \ + ac_cv_func_isnan=yes \ rb_cv_binary_elf=yes CONFIGURE_ARGS+= --disable-install-doc \ --with-out-ext=fiddle \ -- cgit v1.2.3