mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dpdk: add explicit python_version
This commit is contained in:
parent
669e8cf483
commit
47a0ca95c3
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ license="BSD-3-Clause, GPL-2.0-only"
|
||||||
homepage="https://www.dpdk.org/"
|
homepage="https://www.dpdk.org/"
|
||||||
distfiles="https://github.com/DPDK/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/DPDK/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=1ceff1a6f4f8d5f6f62c1682097249227ac5225ccd9638e0af09f5411c681038
|
checksum=1ceff1a6f4f8d5f6f62c1682097249227ac5225ccd9638e0af09f5411c681038
|
||||||
|
python_version=2 #unverified
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
armv7l*) configure_args+=" -Dmachine=armv7-a";;
|
armv7l*) configure_args+=" -Dmachine=armv7-a";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue