[pve-devel] r6170 - vncterm/pve2

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Jun 27 06:20:21 CEST 2011


Author: dietmar
Date: 2011-06-27 06:20:21 +0200 (Mon, 27 Jun 2011)
New Revision: 6170

Modified:
   vncterm/pve2/Makefile
Log:
 fix genfont compile


Modified: vncterm/pve2/Makefile
===================================================================
--- vncterm/pve2/Makefile	2011-06-24 18:09:24 UTC (rev 6169)
+++ vncterm/pve2/Makefile	2011-06-27 04:20:21 UTC (rev 6170)
@@ -24,7 +24,7 @@
 	./genfont > glyphs.h
 
 genfont: genfont.c
-	gcc -g -o $@ genfont.c -Wall -D_GNU_SOURCE ${CFLAGS} ${LIBS}
+	gcc -g -O2 -o $@ genfont.c -Wall -D_GNU_SOURCE -lz
 
 .PHONY: vnc
 ${VNCLIB} vnc: ${VNCSRC}




More information about the pve-devel mailing list