Python: dont build with LTO support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-07 03:19:02 +01:00
parent b8c4376c99
commit d828273e6e

View File

@ -35,6 +35,8 @@ setup_toolchain target
# this fixes problems with expat (maybe) # this fixes problems with expat (maybe)
LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"` LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
strip_lto
ac_cv_file_dev_ptc=no \ ac_cv_file_dev_ptc=no \
ac_cv_file_dev_ptmx=yes \ ac_cv_file_dev_ptmx=yes \
ac_cv_func_lchflags_works=no \ ac_cv_func_lchflags_works=no \