kumquat-buildroot/package/rtty
Thomas Petazzoni 0f1ea7dc75 Revert "package/rtty: remove unnecessary cmake options"
This reverts commit 7f169e6bc3.

As pointed out by Yann E. Morin, we really want to explicitly disable
crypto backends, otherwise they will get automatically re-enabled if
one of the dependencies is found:

    elseif(OPENSSL_FOUND)
        set(RTTY_USE_OPENSSL ON)
    elseif(WOLFSSL_FOUND)
        set(RTTY_USE_WOLFSSL ON)
    elseif(MBEDTLS_FOUND)
        set(RTTY_USE_MBEDTLS ON)

But as usual, dependencies may incorrectly be found, so we want to
explicitly disable.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-03-29 21:59:24 +02:00
..
0001-src-CMakeLists.txt-fix-static-build-with-openssl.patch package/rtty: fix static build with openssl 2020-03-29 21:48:51 +02:00
Config.in package/rtty: needs MMU 2020-03-24 22:39:49 +01:00
rtty.hash
rtty.mk Revert "package/rtty: remove unnecessary cmake options" 2020-03-29 21:59:24 +02:00