diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-27 09:44:42 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-12-12 05:54:41 +0100 |
commit | c7b30bdd07eeda3f18fa0d1fe4138f22d14850e6 (patch) | |
tree | 41bed471709622ff371b4d90b886876765cd5bcd /package/ruby/Makefile | |
parent | bac4cf67f5dad3af5619b3149d4c9bd22f806672 (diff) |
ruby: add libressl patch from buildroot
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r-- | package/ruby/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |