Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
LDFLAGS were not properly overriden during build with SSL support. Specifying LDFLAGS as make argument caused no addition of "-lcrypto -lssl".
Fix LDFLAGS override by specifying MYLDFLAGS helper variable.