libreoffice-native: fix configure/build not to use host's python

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-02-24 00:41:43 +01:00
parent 4d6113c7f4
commit 10543127f0

View File

@@ -104,7 +104,7 @@ do_configure() {
gnu-configize
autoconf
cd $olddir
oe_runconf
PYTHON_CFLAGS=-I${STAGING_INCDIR_NATIVE}/${PYTHON_DIR} PYTHON_LIBS="-L${STAGING_LIBDIR_NATIVE} -lpython${PYTHON_BASEVERSION}" oe_runconf
}
# for debugging - we can as we're native