[MPlayer-cvslog] r38115 - trunk/configure

al subversion at mplayerhq.hu
Fri Aug 17 02:56:07 EEST 2018


Author: al
Date: Fri Aug 17 02:56:06 2018
New Revision: 38115

Log:
configure: OS/2: remove 'T' flag from ar flags

Though ar on OS/2 supports creating thin archives, the linker does
not support linking them.

Patch by KO Myung-Hun >komh78 gmail com<

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Aug  9 01:27:16 2018	(r38114)
+++ trunk/configure	Fri Aug 17 02:56:06 2018	(r38115)
@@ -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


More information about the MPlayer-cvslog mailing list