[Pkg-gstreamer-commits] [SCM] GStreamer Ugly Plugins 1.0 Packaging branch, master, updated. debian/0.11.90-1-1-g21a977c

Olivier Naudan o-naudan at ti.com
Tue May 8 11:14:34 UTC 2012


The following commit has been merged in the master branch:
commit 21a977c8336d02defedef9e594f3fe7457a3b0e7
Author: Olivier Naudan <o-naudan at ti.com>
Date:   Tue May 8 11:13:31 2012 +0000

    Reverted ltmain.sh to the upstream version
    Commit ba3d593 have accidentally modified it, and 99_ltmain_as-needed.patch
    was not applied.

diff --git a/ltmain.sh b/ltmain.sh
index 7bc27f2..c7d06c3 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -5800,11 +5800,6 @@ func_mode_link ()
 	arg=$func_stripname_result
 	;;
 
-      -Wl,--as-needed)
-	deplibs="$deplibs $arg"
-	continue
-	;;
-
       -Wl,*)
 	func_stripname '-Wl,' '' "$arg"
 	args=$func_stripname_result
@@ -6168,15 +6163,6 @@ func_mode_link ()
 	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 \
         |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
 	  if test "$linkmode,$pass" = "prog,link"; then

-- 
GStreamer Ugly Plugins 1.0 Packaging



More information about the Pkg-gstreamer-commits mailing list