jerryscript-project / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tizen target cannot be compiled with minimal profile

rtakacs opened this issue · comments

The mbedtls static libs are always linked to the shared object (iotjs.spec#L96). Since js-remote-test creates minimal profile build, there is an error because the HTTPS module is disabled (mbedtls is not compiled). So, the mbedtls static libs should only be used if the HTTPS module is enabled.

I've moved the shared object part of the iotjs.spec to the CMake file because the CMake knows all information about the build.

#1604 landed.