[MPlayer-cvslog] r35094 - trunk/configure
reimar
subversion at mplayerhq.hu
Wed Aug 15 19:02:23 CEST 2012
Author: reimar
Date: Wed Aug 15 19:02:23 2012
New Revision: 35094
Log:
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
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Aug 15 15:14:59 2012 (r35093)
+++ trunk/configure Wed Aug 15 19:02:23 2012 (r35094)
@@ -597,7 +597,7 @@ Advanced options:
--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 @@ _charset="UTF-8"
_dynamic_plugins=no
_crash_debug=no
_sighandler=yes
-relocatable=auto
+relocatable=no
_libdv=auto
_cdparanoia=auto
_cddb=auto
More information about the MPlayer-cvslog
mailing list