summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage/spkg-python2.patch
blob: 5d92d3f8beafc60e8b735affb5d6d029e6d89385 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- old/build/pkgs/python2/spkg-install	2017-07-21 14:10:00.000000000 -0500
+++ new/build/pkgs/python2/spkg-install	2017-10-15 11:26:54.823134067 -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"