# HG changeset patch # User reimar # Date 1368728573 0 # Node ID 00a9c3937ea1a16cf96c54aed5ac064ac3b4ad73 # Parent df9dead0e2adbf8fb1b1e278a9c7589c918921a0 Disable -pie on Windows, it causes issues without any advantages I know of. diff -r df9dead0e2ad -r 00a9c3937ea1 configure --- a/configure Thu May 16 18:22:52 2013 +0000 +++ b/configure Thu May 16 18:22:53 2013 +0000 @@ -2768,6 +2768,9 @@ 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