mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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"
|
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
|
cd $PKG_BUILD
|
||||||
mkdir -p .objdir-target && cd .objdir-target
|
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_lchflags_works=no \
|
||||||
ac_cv_func_chflags_works=no \
|
ac_cv_func_chflags_works=no \
|
||||||
ac_cv_func_printf_zd=yes \
|
ac_cv_func_printf_zd=yes \
|
||||||
OPT="-g -fwrapv -Wall -Wstrict-prototypes" \
|
|
||||||
../configure --host=$TARGET_NAME \
|
../configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user