diff --git a/srcpkgs/dpdk/template b/srcpkgs/dpdk/template index 9a2ca615b25..0f74b4c99d6 100644 --- a/srcpkgs/dpdk/template +++ b/srcpkgs/dpdk/template @@ -7,7 +7,7 @@ archs="x86_64 aarch64 ppc64le i686 armv7l" build_style=meson configure_args="-Denable_kmods=false -Denable_docs=true -Db_lto=false" hostmakedepends="doxygen python3-Sphinx pkg-config elfutils" -makedepends="libnuma-devel linux-headers jansson-devel libpcap-devel +makedepends="libnuma-devel jansson-devel libpcap-devel zlib-devel openssl-devel libbsd-devel libelf libmnl" depends="python3-pyelftools" short_desc="Data Plane Development Kit" @@ -23,7 +23,7 @@ case "${XBPS_TARGET_MACHINE}" in armv7l*) configure_args+=" -Dmachine=armv7-a";; aarch64*) configure_args+=" -Dmachine=armv8-a";; ppc64le*) configure_args+=" -Dmachine=power8";; - *) configure_args+=" -Dmachine=default" + *) configure_args+=" -Dmachine=default" esac CFLAGS="-fcommon"