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:
Erik Botö 2019-07-02 08:05:15 +02:00 committed by Khem Raj
parent 0c9e727a28
commit 3964cd81dd

View File

@ -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"