Alexander Pyhalov
2016-03-20 b45be8be6b728ff42ef7f82891104916045d27fc
Merge pull request #1768 from avsej/oi/ruby22

ruby22: build with dtrace support
1 files modified
4 ■■■■ changed files
components/ruby/ruby-22/Makefile 4 ●●●● patch | view | raw | blame | history
components/ruby/ruby-22/Makefile
@@ -27,6 +27,7 @@
COMPONENT_NAME=        ruby
COMPONENT_VERSION=    2.2.3
COMPONENT_REVISION=    1
COMPONENT_PROJECT_URL=    http://www.ruby-lang.org/
COMPONENT_SRC=    \
    $(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -40,6 +41,8 @@
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/ips.mk
include $(WS_TOP)/make-rules/configure.mk
PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
# COMPONENT_VERSION <major>.<minor>.<teeny>
# is transformed into <major>.<minor> for RUBY_VER.
@@ -94,6 +97,7 @@
CONFIGURE_OPTIONS +=    --with-rubylibprefix=$(CONFIGURE_LIBDIR.32)/ruby
CONFIGURE_OPTIONS +=    --enable-shared
CONFIGURE_OPTIONS +=    --enable-rpath
CONFIGURE_OPTIONS +=    --enable-dtrace
# Don't need docs for ruby C source files
CONFIGURE_OPTIONS +=    --disable-install-capi
CONFIGURE_OPTIONS +=    --disable-option-checking