# HG changeset patch # User reimar # Date 1345050143 0 # Node ID 1de771df5f2f73ed27ebbd7bc1685d9d870a40e2 # Parent b0133d9106833cbd54cb599075e00d70ee3346b0 Disable building as PIE binary by default. There are several undebugged issues, at least: - crashes with libbluray on x86_64 - --enable-static broken on at least x86_64 diff -r b0133d910683 -r 1de771df5f2f configure --- a/configure Wed Aug 15 13:14:59 2012 +0000 +++ b/configure Wed Aug 15 17:02:23 2012 +0000 @@ -597,7 +597,7 @@ --enable-debug[=1-3] compile-in debugging information [disable] --enable-profile compile-in profiling information [disable] --disable-sighandler disable sighandler for crashes [enable] - --disable-relocatable disable compiling as relocatable/PIE executable [autodetect] + --enable-relocatable enable compiling as relocatable/PIE executable [disable] --enable-crash-debug enable automatic gdb attach on crash [disable] --enable-dynamic-plugins enable dynamic A/V plugins [disable] @@ -845,7 +845,7 @@ _dynamic_plugins=no _crash_debug=no _sighandler=yes -relocatable=auto +relocatable=no _libdv=auto _cdparanoia=auto _cddb=auto