pmarcinkiew / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net
Other
0 stars 1 forks source link

Https module compilation fixes after refactoring #145

Closed pmarcinkiew closed 6 years ago

pmarcinkiew commented 6 years ago

Https module is not compiled in default configuration so compilation issues was not detected during merging changes from Samsung/master.

This change fixes these issues just for Linux PC.

ARM Linux fails to compile with cURL because there is no development packaged for cURL ARM architecture in Ubuntu.

IoT.js-DCO-1.0-Signed-off-by: Piotr Marcinkiewicz p.marcinkiew@samsung.com

pmarcinkiew commented 6 years ago

See: https://github.com/pmarcinkiew/iotjs/pull/155

pmarcinkiew commented 6 years ago

See: https://github.com/pmarcinkiew/iotjs/pull/155