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:
parent
1f141425a3
commit
4d1cf9ef29
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user