~ubuntu-branches/ubuntu/vivid/gtk-vnc/vivid

« back to all changes in this revision

Viewing changes to debian/patches/0005-Drop-space-after-Wl-in-libgtk_vnc_1_0_la_LDFLAGS.patch

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2010-07-16 17:55:31 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100716175531-vnolppaqgmo3rqij
Tags: 0.4.1-1
* [2703df5] Imported Upstream version 0.4.1
* [5a5910e] Drop patches applied upstream 
      0001-say-disconnected-from-server-only-once-connected.patch
      0002-remove-WERROR_CFLAGS.patch
      0004-Don-t-use-PATH_MAX.patch
      0005-Drop-space-after-Wl-in-libgtk_vnc_1_0_la_LDFLAGS.patch
      0006-Add-Wl-since-no-undefined-is-a-linker-option.patch
      0007-Explicitly-link-against-X11-libs-for-XkbGetKeyboard.patch
      0008-Add-missing-symbols.patch
      0009-Fix-missing-intialisation-of-sysdir-and-uderdir.patch
* [e3ed1d0] No need to run autoreconf anymore
* [1529b9a] No static libs built
* [15068ef] Update symbols file with new symbols
* [337c397] Bump standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
2
 
Date: Tue, 2 Mar 2010 09:55:46 +0100
3
 
Subject: [PATCH] Drop space after -Wl, in libgtk_vnc_1_0_la_LDFLAGS
4
 
 
5
 
otherwise the linker script gets silently ignored.
6
 
 
7
 
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=611930
8
 
---
9
 
 src/Makefile.am |    2 +-
10
 
 1 files changed, 1 insertions(+), 1 deletions(-)
11
 
 
12
 
diff --git a/src/Makefile.am b/src/Makefile.am
13
 
index cae7406..865505e 100644
14
 
--- a/src/Makefile.am
15
 
+++ b/src/Makefile.am
16
 
@@ -12,7 +12,7 @@ libgtk_vnc_1_0_la_CFLAGS = @GTK_CFLAGS@ @GNUTLS_CFLAGS@ \
17
 
                           -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\" \
18
 
                            -DG_LOG_DOMAIN=\"gtk-vnc\" \
19
 
                            -I$(top_srcdir)/gnulib/lib -I../gnulib/lib
20
 
-libgtk_vnc_1_0_la_LDFLAGS = -Wl, @LD_VERSION_SCRIPT_SUPPORT@ \
21
 
+libgtk_vnc_1_0_la_LDFLAGS = -Wl,@LD_VERSION_SCRIPT_SUPPORT@ \
22
 
                             -version-info 0:1:0 -no-undefined
23
 
 
24
 
 gtk_vnc_includedir = $(includedir)/gtk-vnc-1.0/