r13451 - /desktop/unstable/gnome-vfs2/debian/patches/99_ltmain_as-needed.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Nov 15 04:37:04 UTC 2007


Author: slomo
Date: Thu Nov 15 04:37:04 2007
New Revision: 13451

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13451
Log:
* fix patch

Modified:
    desktop/unstable/gnome-vfs2/debian/patches/99_ltmain_as-needed.patch

Modified: desktop/unstable/gnome-vfs2/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs2/debian/patches/99_ltmain_as-needed.patch?rev=13451&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs2/debian/patches/99_ltmain_as-needed.patch (original)
+++ desktop/unstable/gnome-vfs2/debian/patches/99_ltmain_as-needed.patch Thu Nov 15 04:37:04 2007
@@ -2,36 +2,6 @@
 ===================================================================
 --- 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"
---- ltmain.sh.old	2007-11-15 05:09:41.000000000 +0100
-+++ ltmain.sh	2007-11-15 05:10:36.000000000 +0100
 @@ -1794,6 +1794,11 @@
  	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
  	;;




More information about the pkg-gnome-commits mailing list