[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:10 UTC 2010


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

    New patch 0006-Add-Wl-since-no-undefined-is-a-linker-option.patch
    
    Add -Wl since --no-undefined is a linker option

diff --git a/debian/patches/0006-Add-Wl-since-no-undefined-is-a-linker-option.patch b/debian/patches/0006-Add-Wl-since-no-undefined-is-a-linker-option.patch
new file mode 100644
index 0000000..abd9d45
--- /dev/null
+++ b/debian/patches/0006-Add-Wl-since-no-undefined-is-a-linker-option.patch
@@ -0,0 +1,22 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Thu, 4 Mar 2010 07:23:19 +0100
+Subject: [PATCH] Add -Wl since --no-undefined is a linker option
+
+---
+ src/Makefile.am |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 865505e..89b8731 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -13,7 +13,7 @@ libgtk_vnc_1_0_la_CFLAGS = @GTK_CFLAGS@ @GNUTLS_CFLAGS@ \
+                            -DG_LOG_DOMAIN=\"gtk-vnc\" \
+                            -I$(top_srcdir)/gnulib/lib -I../gnulib/lib
+ libgtk_vnc_1_0_la_LDFLAGS = -Wl, at LD_VERSION_SCRIPT_SUPPORT@ \
+-                            -version-info 0:1:0 -no-undefined
++                            -version-info 0:1:0 -Wl,--no-undefined
+ 
+ gtk_vnc_includedir = $(includedir)/gtk-vnc-1.0/
+ gtk_vnc_include_HEADERS = vncdisplay.h
+-- 

-- 
libgtk-vnc Debian packaging



More information about the Pkg-libvirt-commits mailing list