]> git.proxmox.com Git - qemu-server.git/blobdiff - Makefile
spice: read cert subject name directly using Net::SSLeay
[qemu-server.git] / Makefile
index d1cbcd232c2654125e94eaff113967f9ddc29622..a66a5ca0ea7ae9786d1fd766bc274d4fe638c561 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.0
+RELEASE=3.0
 
-VERSION=2.0
+VERSION=3.0
 PACKAGE=qemu-server
-PKGREL=30
+PKGREL=23
 
 DESTDIR=
 PREFIX=/usr
@@ -35,10 +35,10 @@ vzsyscalls.ph: vzsyscalls.h
         h2ph -d . vzsyscalls.h
 
 vmtar: vmtar.c utils.c
-       gcc -O2 -Wall -o vmtar vmtar.c
+       gcc -O2 -Werror -Wall -Wtype-limits -o vmtar vmtar.c
 
 sparsecp: sparsecp.c utils.c
-       gcc -O2 -Wall -o sparsecp sparsecp.c
+       gcc -O2 -Werror -Wall -Wtype-limits -o sparsecp sparsecp.c
 
 %.1.gz: %.1.pod
        rm -f $@