dbus-python: adjust to python 3.8 changes

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2020-08-10 18:58:23 +00:00
parent 373bbc0d12
commit 08e69c55c4

View File

@ -15,7 +15,7 @@ PKG_BUILD_FLAGS="+lto"
pre_configure_target() { pre_configure_target() {
export PYTHON_CONFIG="$SYSROOT_PREFIX/usr/bin/python3-config" export PYTHON_CONFIG="$SYSROOT_PREFIX/usr/bin/python3-config"
export PYTHON_INCLUDES="$($SYSROOT_PREFIX/usr/bin/python3-config --includes)" export PYTHON_INCLUDES="$($SYSROOT_PREFIX/usr/bin/python3-config --includes)"
export PYTHON_LIBS="$($SYSROOT_PREFIX/usr/bin/python3-config --ldflags)" export PYTHON_LIBS="$($SYSROOT_PREFIX/usr/bin/python3-config --ldflags --embed)"
} }
post_makeinstall_target() { post_makeinstall_target() {