Use explicit instead of implicit minor version for ruby version

No effect for official releases. Makes testing beta releases easier.

OK tb@
This commit is contained in:
jeremy 2022-12-26 03:06:59 +00:00
parent 1f141425a3
commit 4d1cf9ef29

View File

@ -30,7 +30,7 @@ CONFIGURE_STYLE ?= gnu
CONFIGURE_ARGS += --enable-shared \
--program-suffix=${BINREV} \
--with-soname=ruby${BINREV} \
--with-ruby-version=minor \
--with-ruby-version=${REV} \
--with-mantype=doc \
--with-setjmp-type=_setjmp \
--enable-pthread \