diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template index 8947b34ad73..3adb20df64a 100644 --- a/srcpkgs/gnuradio-nrsc5/template +++ b/srcpkgs/gnuradio-nrsc5/template @@ -17,7 +17,7 @@ checksum=d736c4cb1104254d07296d2a61880e07149c9bfd1a49aed504215672d4e09485 pre_configure() { if [ "$CROSS_BUILD" ]; then vsed -i CMakeLists.txt \ - -e "s;\./configure ;& --host=${XBPS_MACHINE} ;" + -e "s;\./configure ;& --host=${XBPS_MACHINE%-musl} ;" fi }