Python: remove LTO hack

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-03-30 21:57:35 +02:00
parent 30b8dc1057
commit ad6df3d9a1

View File

@ -28,8 +28,6 @@ PY_DISABLED_MODULES="readline _curses _curses_panel _tkinter nis gdbm bsddb _cod
# this fixes problems with expat (maybe)
LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
strip_lto
cd $PKG_BUILD
mkdir -p .objdir-target && cd .objdir-target