diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template index 73f5728e0f3..04f6299a80f 100644 --- a/srcpkgs/gnuradio-rds/template +++ b/srcpkgs/gnuradio-rds/template @@ -13,6 +13,10 @@ homepage="https://github.com/bastibl/gr-rds" distfiles="https://github.com/bastibl/gr-rds/archive/v${version}.tar.gz" checksum=083a9f479d83ac2f6273cdf3b3cf1beca47dfdce2d28264ce979f23c119607f7 +if [ "$CROSS_BUILD" ]; then + configure_args+=" -DPYBIND11_USE_CROSSCOMPILING=ON" +fi + gnuradio-rds-devel_package() { depends="${makedepends} ${sourcepkg}-${version}_${revision}" short_desc+=" - development files"