[sr-dev] [kamailio/kamailio] Compile problem+fix on solaris in app_jsdt (#1072)

celan69 notifications at github.com
Sat Apr 15 09:35:35 CEST 2017


Kamailio 5 did not compile on solaris 11 anymore due to a missing ast/endian.h included from app_jsdt/duk_config.h. The solution is:

--- kamailio-5.0.1~/src/modules/app_jsdt/duk_config.h   2017-04-05 15:32:38.000000000 +0000
+++ kamailio-5.0.1/src/modules/app_jsdt/duk_config.h    2017-04-15 09:27:14.335213048 +0000
@@ -607,7 +607,7 @@
 #define DUK_USE_DATE_FMT_STRFTIME

 #include <sys/types.h>
-#include <ast/endian.h>
+#include <sys/byteorder.h>
 #include <sys/param.h>
 #include <sys/time.h>
 #include <time.h>


-- 
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/issues/1072
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20170415/ec349f9d/attachment.html>


More information about the sr-dev mailing list