mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
paho-mqtt-c: enable SSL
Pass the option PAHO_WITH_SSL=ON when invoking cmake in order to enable the build of the SSL variants of the libraries. Signed-off-by: Erik Botö <erik.boto@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0c9e727a28
commit
3964cd81dd
@ -26,3 +26,5 @@ do_install_append() {
|
||||
rm -rf ${D}${prefix}/samples
|
||||
find ${D}${prefix} -maxdepth 1 -type f -delete
|
||||
}
|
||||
|
||||
EXTRA_OECMAKE = "-DPAHO_WITH_SSL=ON"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user