Skip to content

Commit

Permalink
build/pkgs/giac/spkg-install.in: Add workaround for musl libc
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe authored and dimpase committed Sep 28, 2023
1 parent 498cbf9 commit 4dc363d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/pkgs/giac/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dc363d

Please sign in to comment.