Python: forcing link against system libffi, now ctypes module will work too (thanks to ismell)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-13 16:39:58 +01:00
parent c96bc4a0f3
commit 3605c9babf

View File

@ -63,7 +63,7 @@ ac_cv_func_lchflags_works=no \
ac_cv_func_chflags_works=no \
ac_cv_func_printf_zd=yes \
OPT="$CFLAGS -fno-strict-aliasing" \
LDFLAGS="$LDFLAGS -lexpat" \
LDFLAGS="$LDFLAGS -lexpat -lffi" \
../configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--cache-file=config.cache \