Skip to content

Commit 3197044

Browse files
author
Matthias Koeppe
committed
build/pkgs/fplll/spkg-install.in: Configure --without-qd if we use gcc from spkg
1 parent cedbb31 commit 3197044

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/pkgs/fplll/spkg-install.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ if [ "x$SAGE_DEBUG" = "xyes" ]; then
2020
CONFIGUREFLAGS="$CONFIGUREFLAGS --enable-debug"
2121
fi
2222

23+
if [ -x "$SAGE_LOCAL"/bin/gcc ]; then
24+
# Trac #31624: Avoid C++ ABI issues
25+
CONFIGUREFLAGS="$CONFIGUREFLAGS --without-qd"
26+
fi
27+
2328
export CXXFLAGS="$CXXFLAGS"
2429
export CPPFLAGS="$CPPFLAGS"
2530
export CXX="$CXX"

0 commit comments

Comments
 (0)