void-packages/srcpkgs/python3/patches/tweak-MULTIARCH-for-powerpc-linux-musl.patch
2019-01-21 19:21:18 +01:00

13 lines
398 B
Diff

--- configure
+++ configure
@@ -5205,6 +5205,10 @@
MULTIARCH=$($CC --print-multiarch 2>/dev/null)
+if test x$MULTIARCH = xpowerpc-linux-musl
+then
+ MULTIARCH="powerpc-linux-gnu"
+fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the platform triplet based on compiler characteristics" >&5
$as_echo_n "checking for the platform triplet based on compiler characteristics... " >&6; }