r29811 - in /desktop/unstable/vinagre/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 28 19:44:36 UTC 2011


Author: biebl
Date: Wed Sep 28 19:44:35 2011
New Revision: 29811

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29811
Log:
Disable -Wl,--as-needed as this breaks loading the SSH and RDP plugin.

Modified:
    desktop/unstable/vinagre/debian/changelog
    desktop/unstable/vinagre/debian/rules

Modified: desktop/unstable/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/changelog?rev=29811&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/changelog [utf-8] (original)
+++ desktop/unstable/vinagre/debian/changelog [utf-8] Wed Sep 28 19:44:35 2011
@@ -12,6 +12,7 @@
     - Remove .la files manually as we have a single binary package now and no
       more .install files.
     - Drop DEB_DH_GIREPOSITORY_ARGS_ALL, no longer needed.
+    - Disable -Wl,--as-needed as this breaks loading the SSH and RDP plugin.
   * Add Recommends on rdesktop for RDP support and update list of supported
     protocols accordingly.
 

Modified: desktop/unstable/vinagre/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/rules?rev=29811&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/rules [utf-8] (original)
+++ desktop/unstable/vinagre/debian/rules [utf-8] Wed Sep 28 19:44:35 2011
@@ -6,7 +6,8 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-LDFLAGS += -Wl,-O1 -Wl,--as-needed
+# https://bugzilla.gnome.org/show_bug.cgi?id=653558
+#LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += --with-avahi \
                              --enable-ssh \




More information about the pkg-gnome-commits mailing list