r18009 - in /desktop/experimental/gnome-media/debian: changelog patches/99_ltmain_as-needed.patch rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Dec 26 23:01:55 UTC 2008


Author: joss
Date: Fri Dec 26 23:01:55 2008
New Revision: 18009

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18009
Log:
* Pass -O1 to the linker.
* 99_ltmain_as-needed.patch: make --as-needed work with the library as 
  well.

Added:
    desktop/experimental/gnome-media/debian/patches/99_ltmain_as-needed.patch   (props changed)
      - copied unchanged from r18007, desktop/experimental/gnome-applets/debian/patches/99_ltmain_as-needed.patch
Modified:
    desktop/experimental/gnome-media/debian/changelog
    desktop/experimental/gnome-media/debian/rules

Modified: desktop/experimental/gnome-media/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-media/debian/changelog?rev=18009&op=diff
==============================================================================
--- desktop/experimental/gnome-media/debian/changelog (original)
+++ desktop/experimental/gnome-media/debian/changelog Fri Dec 26 23:01:55 2008
@@ -8,6 +8,9 @@
     03_enable-disable-correct-track.patch, 
     04_sort-tracks-by-type.patch: removed, merged upstream.
   * Remove vumeter files and references to match the upstream default.
+  * Pass -O1 to the linker.
+  * 99_ltmain_as-needed.patch: make --as-needed work with the library as 
+    well.
 
  -- Josselin Mouette <joss at debian.org>  Fri, 26 Dec 2008 23:14:19 +0100
 

Propchange: desktop/experimental/gnome-media/debian/patches/99_ltmain_as-needed.patch
------------------------------------------------------------------------------
    svn:mergeinfo = 

Modified: desktop/experimental/gnome-media/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-media/debian/rules?rev=18009&op=diff
==============================================================================
--- desktop/experimental/gnome-media/debian/rules (original)
+++ desktop/experimental/gnome-media/debian/rules Fri Dec 26 23:01:55 2008
@@ -10,5 +10,5 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-cddbslave --disable-gnomecd
 
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed -Wl,-O1
 




More information about the pkg-gnome-commits mailing list