Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37869014
en ru br
ALT Linux repos
S:1.7.1-alt1

Group :: Networking/WWW
RPM: pve-vncterm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: vncterm-alt.patch
Download


--- vncterm/Makefile.alt	2016-03-21 11:31:51.727559534 +0000
+++ vncterm/Makefile	2016-03-21 11:51:50.857533517 +0000
@@ -33,11 +33,11 @@ ${VNCLIB} vnc: ${VNCSRC}
 	rm -rf ${VNCDIR}
 	tar xf ${VNCSRC}
 	ln -s ../vncpatches ${VNCDIR}/patches
-	cd ${VNCDIR}; quilt push -a
+	cd ${VNCDIR}; patch -p1 < patches/tls-auth-pluging.patch; patch -p0 < patches/libvncserver-memcpy.patch
 	cd ${VNCDIR}; ./configure; 
 	cd ${VNCDIR}; make
 
-vncterm: vncterm.c glyphs.h ${VNCLIB}
+vncterm: vncterm.c ${VNCLIB}
 	gcc -O2 -g -o $@ vncterm.c -Wall -Wno-deprecated-declarations -D_GNU_SOURCE -I ${VNCDIR} ${VNCLIB} -lnsl -lpthread -lz -ljpeg -lutil -lgnutls
 
 jar: tigervnc.org
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin