r13737 - in /packages/unstable/last-exit/debian: changelog patches/99_ltmain_as-needed.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Dec 4 14:51:27 UTC 2007


Author: slomo
Date: Tue Dec  4 14:51:27 2007
New Revision: 13737

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13737
Log:
* debian/patches/99_ltmain_as-needed.patch:
  + Reorder linking parameters to actually use --as-needed.

Added:
    packages/unstable/last-exit/debian/patches/99_ltmain_as-needed.patch
Modified:
    packages/unstable/last-exit/debian/changelog

Modified: packages/unstable/last-exit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/last-exit/debian/changelog?rev=13737&op=diff
==============================================================================
--- packages/unstable/last-exit/debian/changelog (original)
+++ packages/unstable/last-exit/debian/changelog Tue Dec  4 14:51:27 2007
@@ -1,9 +1,13 @@
 last-exit (5-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  [ Kilian Krause ]
   * Add get-orig-source target. Needs gnome-pkg-tools 0.12.2.
 
- -- Kilian Krause <kilian at debian.org>  Sat, 21 Jul 2007 18:18:47 +0200
+  [ Sebastian Dröge ]
+  * debian/patches/99_ltmain_as-needed.patch:
+    + Reorder linking parameters to actually use --as-needed.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 04 Dec 2007 15:44:53 +0100
 
 last-exit (5-1) unstable; urgency=low
 

Added: packages/unstable/last-exit/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/last-exit/debian/patches/99_ltmain_as-needed.patch?rev=13737&op=file
==============================================================================
--- packages/unstable/last-exit/debian/patches/99_ltmain_as-needed.patch (added)
+++ packages/unstable/last-exit/debian/patches/99_ltmain_as-needed.patch Tue Dec  4 14:51:27 2007
@@ -1,0 +1,32 @@
+Index: nautilus-2.18.1/ltmain.sh
+===================================================================
+--- nautilus-2.18.1.orig/ltmain.sh	2006-07-13 09:12:13.000000000 +0200
++++ nautilus-2.18.1/ltmain.sh	2007-06-06 23:36:38.899175453 +0200
+@@ -1784,6 +1784,11 @@
+ 	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
+ 	;;
+ 
++      -Wl,--as-needed)
++	deplibs="$deplibs $arg"
++	continue
++	;;
++      
+       -Wl,*)
+ 	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
+ 	arg=
+@@ -2124,6 +2129,15 @@
+ 	lib=
+ 	found=no
+ 	case $deplib in
++	-Wl,--as-needed)
++	  if test "$linkmode,$pass" = "prog,link"; then
++	    compile_deplibs="$deplib $compile_deplibs"
++	    finalize_deplibs="$deplib $finalize_deplibs"
++	  else
++	    deplibs="$deplib $deplibs"
++	  fi
++	  continue
++	  ;;
+ 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
+ 	  if test "$linkmode,$pass" = "prog,link"; then
+ 	    compile_deplibs="$deplib $compile_deplibs"




More information about the pkg-gnome-commits mailing list