ruby: fix detection of isnan/isinf macros on musl; from Alpine.
This commit is contained in:
parent
a2b23c8452
commit
167ad4d345
2 changed files with 5 additions and 1 deletions
|
@ -27,6 +27,10 @@ ac_cv_func_pwrite=yes
|
||||||
ac_cv_file__dev_random=yes
|
ac_cv_file__dev_random=yes
|
||||||
ac_cv_file__dev_urandom=yes
|
ac_cv_file__dev_urandom=yes
|
||||||
|
|
||||||
|
# ruby
|
||||||
|
ac_cv_func_isnan=yes
|
||||||
|
ac_cv_func_isinf=yes
|
||||||
|
|
||||||
# apr
|
# apr
|
||||||
ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
|
ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
|
||||||
ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
|
ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
|
||||||
|
|
|
@ -3,7 +3,7 @@ _ruby_abiver=2.2.0
|
||||||
|
|
||||||
pkgname=ruby
|
pkgname=ruby
|
||||||
version=2.2.2
|
version=2.2.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --disable-rpath
|
configure_args="--enable-shared --disable-rpath
|
||||||
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
|
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
|
||||||
|
|
Loading…
Reference in a new issue