From 4dc363dc1c4ad2471d7938ff372952297e0e4b60 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sun, 9 Jan 2022 13:16:47 -0800 Subject: [PATCH] build/pkgs/giac/spkg-install.in: Add workaround for musl libc --- build/pkgs/giac/spkg-install.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/pkgs/giac/spkg-install.in b/build/pkgs/giac/spkg-install.in index c20671a7b88..f2eecae17dc 100644 --- a/build/pkgs/giac/spkg-install.in +++ b/build/pkgs/giac/spkg-install.in @@ -18,6 +18,8 @@ fi # #31563: Kick the can down the road CPPFLAGS="-DUSE_OBJET_BIDON=1 $CPPFLAGS" +# Trac #33083: Work around for musl libc (alpine, void) +CPPFLAGS="$CPPFLAGS -DNO_BSD" # Using pari in a C++17 file with "using namespace std doesn't # work due to a conflict between std::rank and pari's rank