aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/99_ltmain_as-needed.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/99_ltmain_as-needed.patch')
-rw-r--r--debian/patches/99_ltmain_as-needed.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/patches/99_ltmain_as-needed.patch b/debian/patches/99_ltmain_as-needed.patch
deleted file mode 100644
index 7f32823..0000000
--- a/debian/patches/99_ltmain_as-needed.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Index: gst-libav1.0/ltmain.sh
-===================================================================
---- gst-libav1.0.orig/ltmain.sh 2012-08-09 11:59:48.322044780 +0200
-+++ gst-libav1.0/ltmain.sh 2012-12-18 11:40:28.530169305 +0100
-@@ -5800,6 +5800,11 @@
- arg=$func_stripname_result
- ;;
-
-+ -Wl,--as-needed)
-+ deplibs="$deplibs $arg"
-+ continue
-+ ;;
-+
- -Wl,*)
- func_stripname '-Wl,' '' "$arg"
- args=$func_stripname_result
-@@ -6163,6 +6168,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|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
- if test "$linkmode,$pass" = "prog,link"; then