gnuradio-nrsc5: fix cross *-musl
This commit is contained in:
@@ -17,7 +17,7 @@ checksum=d736c4cb1104254d07296d2a61880e07149c9bfd1a49aed504215672d4e09485
|
|||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
vsed -i CMakeLists.txt \
|
vsed -i CMakeLists.txt \
|
||||||
-e "s;\./configure ;& --host=${XBPS_MACHINE} ;"
|
-e "s;\./configure ;& --host=${XBPS_MACHINE%-musl} ;"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user