[Pkg-libvirt-commits] [SCM] libgtk-vnc Debian packaging branch, master, updated. debian/0.3.9-1-15-g67dc3ec

Guido Günther agx at sigxcpu.org
Sat Oct 24 07:02:30 UTC 2009


The following commit has been merged in the master branch:
commit fe0fe0201b99faff96b6fa3e4a15abb1f4e71d31
Author: Guido Günther <agx at sigxcpu.org>
Date:   Fri Oct 23 21:30:24 2009 +0200

    drop WERROR_CFLAGS

diff --git a/debian/patches/0003-remove-WERROR_CFLAGS.patch b/debian/patches/0003-remove-WERROR_CFLAGS.patch
new file mode 100644
index 0000000..63f263d
--- /dev/null
+++ b/debian/patches/0003-remove-WERROR_CFLAGS.patch
@@ -0,0 +1,23 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Fri, 23 Oct 2009 21:29:45 +0200
+Subject: [PATCH] remove WERROR_CFLAGS
+
+to fix build
+---
+ plugin/Makefile.am |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/plugin/Makefile.am b/plugin/Makefile.am
+index 2fa8777..1bd70c3 100644
+--- a/plugin/Makefile.am
++++ b/plugin/Makefile.am
+@@ -12,7 +12,7 @@ gtk_vnc_plugin_la_LDFLAGS = \
+ 	-module -avoid-version
+ gtk_vnc_plugin_la_CFLAGS = \
+ 	-I$(top_srcdir)/src @GTK_CFLAGS@ \
+-	@FIREFOX_PLUGIN_CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@
++	@FIREFOX_PLUGIN_CFLAGS@ @WARNING_CFLAGS@
+ 
+ all-local: gtk-vnc-plugin.so
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 781715f..e9b5a30 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-use-xulrunner-not-mozilla.patch
 0002-say-disconnected-from-server-only-once-connected.patch
+0003-remove-WERROR_CFLAGS.patch

-- 
libgtk-vnc Debian packaging



More information about the Pkg-libvirt-commits mailing list