package/x11vnc: requires blowfish, RC4 and RMD160 support in openssl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 10 Jul 2021 09:32:32 +0000 (11:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 16 Jul 2021 21:19:50 +0000 (23:19 +0200)
Enable blowfish, RC4 and RMD160 in openssl to fix build failure raised since
commit a83d41867c8d69a77d5cd0a665aa216af5340359

Fixes:
 - http://autobuild.buildroot.org/results/1872c9ce57490455946679efcc654bd111fd3d7b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/x11vnc/Config.in

index 9e91a11ad1c5b40402a6d755cc9744ba9413aa1d..d2639fce1ef6463af21afcc56f6af108a59fd7ae 100644 (file)
@@ -7,6 +7,9 @@ config BR2_PACKAGE_X11VNC
        select BR2_PACKAGE_XLIB_LIBXT
        select BR2_PACKAGE_XLIB_LIBXEXT
        select BR2_PACKAGE_XLIB_LIBXTST
+       select BR2_PACKAGE_LIBOPENSSL_ENABLE_BLOWFISH if BR2_PACKAGE_LIBOPENSSL
+       select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
+       select BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160 if BR2_PACKAGE_LIBOPENSSL
        help
          VNC server for X11 display