fe68ba81d2
This "un-breaks" sage while also updating it to 8.0. It compiles sage with its dependencies as one big pile, which is not the best approach but definately better than nothing for now. To be able to shrink the huge output pile a little, it also splits docs from the rest of the output.
12 lines
364 B
Diff
12 lines
364 B
Diff
--- old/build/pkgs/python3/spkg-install 2017-07-21 14:10:00.000000000 -0500
|
|
+++ new/build/pkgs/python3/spkg-install 2017-10-15 13:11:17.769261404 -0500
|
|
@@ -22,6 +22,9 @@
|
|
|
|
cd src
|
|
|
|
+LDFLAGS="-lcrypt $LDFLAGS"
|
|
+export LDFLAGS
|
|
+
|
|
if [ "$SAGE_DEBUG" = "yes" ]; then
|
|
echo "Building Python with pydebug"
|
|
PYTHON_CONFIGURE="$PYTHON_CONFIGURE --with-pydebug"
|