mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Python: dont overwrite default *FLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
18de94c76e
commit
15e69e5543
@ -24,10 +24,6 @@
|
||||
|
||||
PY_DISABLED_MODULES="readline _curses _curses_panel _tkinter nis gdbm bsddb"
|
||||
|
||||
# dont use some optimizations because of problems
|
||||
# this fixes problems with expat (maybe)
|
||||
# LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
||||
|
||||
cd $PKG_BUILD
|
||||
mkdir -p .objdir-target && cd .objdir-target
|
||||
|
||||
@ -36,7 +32,6 @@ ac_cv_file_dev_ptmx=yes \
|
||||
ac_cv_func_lchflags_works=no \
|
||||
ac_cv_func_chflags_works=no \
|
||||
ac_cv_func_printf_zd=yes \
|
||||
OPT="-g -fwrapv -Wall -Wstrict-prototypes" \
|
||||
../configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user