@miconda
Now tested master. app_ruby
compiled on CentOS.
How about this update
diff --git a/src/modules/app_ruby/Makefile b/src/modules/app_ruby/Makefile
index 45a7b11..6a1eb43 100644
--- a/src/modules/app_ruby/Makefile
+++ b/src/modules/app_ruby/Makefile
@@ -21,6 +21,11 @@ endif
ifneq ($(PKGLIBRUBY),0)
BUILDER =
+else
+ RUBYACCEPTABLE = $(shell $(BUILDER) --libs "$(RUBYVER) >= 2" > /dev/null 2>&1 ; echo $$? )
+ifneq ($(RUBYACCEPTABLE),0)
+ BUILDER =
+endif
endif
ifneq ($(BUILDER),)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.