gnuradio-nrsc5: use make explicitly

This commit is contained in:
John 2021-02-08 22:59:33 +01:00
parent d15a5213a1
commit 4f1400c710

View file

@ -4,6 +4,7 @@ version=1.0.0
revision=4
wrksrc="gr-nrsc5-${version}"
build_style=cmake
make_cmd=make
hostmakedepends="git automake libtool pkg-config gnuradio swig"
makedepends="gnuradio-devel boost-devel libcppunit-devel python3-devel
log4cpp-devel gmpxx-devel mpir-devel gsl-devel volk-devel"
@ -14,6 +15,8 @@ homepage="https://github.com/argilo/gr-nrsc5/"
distfiles="https://github.com/argilo/gr-nrsc5/archive/v${version}.tar.gz"
checksum=d736c4cb1104254d07296d2a61880e07149c9bfd1a49aed504215672d4e09485
export CMAKE_GENERATOR="Unix Makefiles"
pre_configure() {
if [ "$CROSS_BUILD" ]; then
vsed -i CMakeLists.txt \