[sr-dev] [kamailio/kamailio] pkg/kamailio/obs: Added ruby package #1761 (#1762)

sergey-safarov notifications at github.com
Thu Dec 13 12:21:19 CET 2018


@miconda 
Now tested master. `app_ruby` compiled on CentOS.
How about this update
```diff
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 or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1762#issuecomment-446933896
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20181213/75c67cfb/attachment.html>


More information about the sr-dev mailing list