[MPlayer-cvslog] r36273 - trunk/configure
reimar
subversion at mplayerhq.hu
Thu May 16 20:22:53 CEST 2013
Author: reimar
Date: Thu May 16 20:22:53 2013
New Revision: 36273
Log:
Disable -pie on Windows, it causes issues without
any advantages I know of.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu May 16 20:22:52 2013 (r36272)
+++ trunk/configure Thu May 16 20:22:53 2013 (r36273)
@@ -2768,6 +2768,9 @@ if test $relocatable = "auto" ; then
if test -n "$ld_static" ; then
relocatable=no
res_comment="PIE + static assumed to be broken"
+ elif win32 && ! wine ; then
+ relocatable=no
+ res_comment="unnecessary and broken on win32"
elif x86_32 && cflag_check -pie ; then
extra_ldflags="$extra_ldflags -pie"
relocatable=yes
More information about the MPlayer-cvslog
mailing list