[Pkg-libvirt-commits] [SCM] libgtk-vnc Debian packaging branch, master, updated. debian/0.3.10-3-4-g4722bc0

Guido Günther agx at sigxcpu.org
Thu Mar 4 18:22:03 UTC 2010


The following commit has been merged in the master branch:
commit d0c80272e99f33351d66e956720704c9c05e0826
Author: Guido Günther <agx at sigxcpu.org>
Date:   Thu Mar 4 19:02:53 2010 +0100

    New patch 0005-Drop-space-after-Wl-in-libgtk_vnc_1_0_la_LDFLAGS.patch
    
    Drop space after -Wl, in libgtk_vnc_1_0_la_LDFLAGS

diff --git a/debian/patches/0005-Drop-space-after-Wl-in-libgtk_vnc_1_0_la_LDFLAGS.patch b/debian/patches/0005-Drop-space-after-Wl-in-libgtk_vnc_1_0_la_LDFLAGS.patch
new file mode 100644
index 0000000..9715d44
--- /dev/null
+++ b/debian/patches/0005-Drop-space-after-Wl-in-libgtk_vnc_1_0_la_LDFLAGS.patch
@@ -0,0 +1,23 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Tue, 2 Mar 2010 09:55:46 +0100
+Subject: [PATCH] Drop space after -Wl, in libgtk_vnc_1_0_la_LDFLAGS
+
+otherwise the linker script gets silently ignored.
+---
+ src/Makefile.am |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index cae7406..865505e 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -12,7 +12,7 @@ libgtk_vnc_1_0_la_CFLAGS = @GTK_CFLAGS@ @GNUTLS_CFLAGS@ \
+ 			   -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\" \
+                            -DG_LOG_DOMAIN=\"gtk-vnc\" \
+                            -I$(top_srcdir)/gnulib/lib -I../gnulib/lib
+-libgtk_vnc_1_0_la_LDFLAGS = -Wl, @LD_VERSION_SCRIPT_SUPPORT@ \
++libgtk_vnc_1_0_la_LDFLAGS = -Wl, at LD_VERSION_SCRIPT_SUPPORT@ \
+                             -version-info 0:1:0 -no-undefined
+ 
+ gtk_vnc_includedir = $(includedir)/gtk-vnc-1.0/
+-- 

-- 
libgtk-vnc Debian packaging



More information about the Pkg-libvirt-commits mailing list