summaryrefslogtreecommitdiffstats
path: root/src/xine-lib-2-fix-no-undefined.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-lib-2-fix-no-undefined.patch')
-rw-r--r--src/xine-lib-2-fix-no-undefined.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/xine-lib-2-fix-no-undefined.patch b/src/xine-lib-2-fix-no-undefined.patch
deleted file mode 100644
index 4ff7729..0000000
--- a/src/xine-lib-2-fix-no-undefined.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-# This file is part of mingw-cross-env.
-# See doc/index.html for further information.
-
-This patch has been taken from:
-https://bugs.xine-project.org/show_bug.cgi?id=411
-
-diff --git a/configure.ac b/configure.ac
-index dc53a73..90f23a8 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -281,7 +281,6 @@ case "$host_os" in
- GOOM_LIBS="-liberty"
- LDFLAGS="-Wl,--enable-stdcall-fixup $LDFLAGS"
- fi
-- LDFLAGS="-no-undefined $LDFLAGS"
- ;;
- esac
- AC_SUBST(GOOM_LIBS)
-@@ -2877,6 +2876,19 @@ mv -f libtool.tmp libtool
- chmod +x libtool
-
- dnl ---------------------------------------------
-+dnl Libtool flag for Windows:
-+dnl
-+dnl The "-no-undefined" flag must be added after all other
-+dnl configure checks, because it is only for libtool and
-+dnl must not be passed to GCC by accident.
-+dnl ---------------------------------------------
-+case "$host_os" in
-+ mingw* | cygwin*)
-+ LDFLAGS="-no-undefined $LDFLAGS"
-+ ;;
-+esac
-+
-+dnl ---------------------------------------------
- dnl Some infos:
- dnl ---------------------------------------------
-