brltty: use $py3_abiver

This commit is contained in:
Alessio Sergi 2018-01-31 16:43:16 +01:00
parent 2c5a2cbf33
commit aa4111e89e

View file

@ -25,7 +25,7 @@ pre_configure() {
*-musl) # There is no ldconfig in musl libc
sed -e "s;/sbin/ldconfig -n;echo;" -i configure
esac
export PYTHON_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lpython${py3_ver}m"
export PYTHON_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lpython${py3_ver}${py3_abiver}"
export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc}"
}
post_configure() {