AxisCommunications / acap3-examples

Example code for APIs and features in AXIS Camera Application Platform (ACAP) version 3
Apache License 2.0
55 stars 20 forks source link

openssl_curl_example: Improve build procedure #190

Closed pataxis closed 1 year ago

pataxis commented 1 year ago

Prevent possible additions of libraries in the SDK sysroot.

The curl build procedure using automake checks the environment and automatically depends on some libs that it can find in the SDK sysroot, like zlib and zstd used for compression of transferred data over HTTP. Some libcurl build dependencies like these that are not necessary for the example have been skipped via configure options.

Reference: ECODEVT-303