turbovnc: rebuild against OpenSSL
This commit is contained in:
parent
f4be810afb
commit
d901e1d965
|
@ -1,13 +0,0 @@
|
|||
--- unix/Xvnc/programs/Xserver/hw/vnc/rfb.h.orig 2019-06-04 18:00:21.482107165 +0200
|
||||
+++ unix/Xvnc/programs/Xserver/hw/vnc/rfb.h 2019-06-04 18:00:37.826303493 +0200
|
||||
@@ -29,6 +29,10 @@
|
||||
#ifndef __RFB_H__
|
||||
#define __RFB_H__
|
||||
|
||||
+/* Fix for libressl */
|
||||
+#ifdef LIBRESSL_VERSION_NUMBER
|
||||
+#define OPENSSL_INIT_SETTINGS void
|
||||
+#endif
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
|
@ -7,7 +7,7 @@ configure_args="-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so -DTVNC_BUILDJAVA=0
|
|||
-DTVNC_SYSTEMLIBS=ON"
|
||||
hostmakedepends="rsync"
|
||||
makedepends="libjpeg-turbo-devel libXt-devel libXaw-devel libXcursor-devel pam-devel
|
||||
zlib-devel freetype-devel bzip2-devel libressl-devel"
|
||||
zlib-devel freetype-devel bzip2-devel openssl-devel"
|
||||
depends="perl"
|
||||
short_desc="Optimized version of TightVNC VNC client and server"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
|
Loading…
Reference in New Issue