[PATCH 1/2] configure: remove 'T' flag from ar flags on OS/2

KO Myung-Hun <[email protected]>
Newsgroups gmane.comp.video.mplayer.devel
Message-ID <[email protected]>
OS/2 linker does not support a thin archive.
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 2e94bf1f0..9d21320ec 100755
--- a/configure
+++ b/configure
@@ -1854,6 +1854,8 @@ if os2 ; then
   # And ensure that $ld_static should be at first in a library list because it
   # has effects only libraries after it.
   test -n "$ld_static" && ld_static='-Wl,-static'
+  # OS/2 linker does not support a thin archive. Remove 'T' flag.
+  _arflags=$(echo $_arflags | tr -d T)
 fi
 
 if wine ; then
-- 
2.13.3

_______________________________________________
MPlayer-dev-eng mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.