ruby: fix detection of isnan/isinf macros on musl; from Alpine.

This commit is contained in:
Juan RP 2015-05-09 07:46:19 +02:00
parent a2b23c8452
commit 167ad4d345
2 changed files with 5 additions and 1 deletions

View file

@ -27,6 +27,10 @@ ac_cv_func_pwrite=yes
ac_cv_file__dev_random=yes
ac_cv_file__dev_urandom=yes
# ruby
ac_cv_func_isnan=yes
ac_cv_func_isinf=yes
# apr
ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}

View file

@ -3,7 +3,7 @@ _ruby_abiver=2.2.0
pkgname=ruby
version=2.2.2
revision=2
revision=3
build_style=gnu-configure
configure_args="--enable-shared --disable-rpath
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"