[Pkg-cli-apps-commits] [SCM] banshee branch, experimental, updated. debian/2.3.3-1-9-g2c6b2b7
Chow Loong Jin
hyperair at debian.org
Fri Jan 20 17:19:37 UTC 2012
The following commit has been merged in the experimental branch:
commit 984690ca5bdc5ef5054edd59747f0180ad45de29
Author: Chow Loong Jin <hyperair at debian.org>
Date: Fri Jan 20 13:11:57 2012 +0800
Drop ltmain patch (no longer needed)
diff --git a/debian/patches/99_ltmain_as-needed.patch b/debian/patches/99_ltmain_as-needed.patch
deleted file mode 100644
index 6070b70..0000000
--- a/debian/patches/99_ltmain_as-needed.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Index: banshee/ltmain.sh
-===================================================================
---- banshee.orig/ltmain.sh 2011-11-18 23:31:56.664300307 +0800
-+++ banshee/ltmain.sh 2011-12-01 10:18:23.640463555 +0800
-@@ -5787,6 +5787,11 @@
- arg=$func_stripname_result
- ;;
-
-+ -Wl,--as-needed)
-+ deplibs="$deplibs $arg"
-+ continue
-+ ;;
-+
- -Wl,*)
- func_stripname '-Wl,' '' "$arg"
- args=$func_stripname_result
-@@ -6150,6 +6155,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|-threads)
- if test "$linkmode,$pass" = "prog,link"; then
- compile_deplibs="$deplib $compile_deplibs"
diff --git a/debian/patches/series b/debian/patches/series
index ff52a57..72162ac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,4 +9,3 @@
workaround-clideps-winmm.patch
workaround-clideps-meego.patch
fix-libgpod-wrong-cast-ftbfs.patch
-99_ltmain_as-needed.patch
--
banshee
More information about the Pkg-cli-apps-commits
mailing list