From 992725797a275d067304b39c575fb3ac78c0b067 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 28 Jul 1999 07:54:24 +0000 Subject: Add the SHA module to the build. --- lang/python20/files/Setup | 8 +++++++- lang/python20/pkg-plist | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'lang/python20') diff --git a/lang/python20/files/Setup b/lang/python20/files/Setup index 5eacd6f2b60f..ec3a6be9631a 100644 --- a/lang/python20/files/Setup +++ b/lang/python20/files/Setup @@ -90,7 +90,8 @@ signal signalmodule.c # signal(2) # The SGI specific GL module: -#gl glmodule.c -lgl -lX11 # Graphics Library -- SGI only +GLHACK=-Dclear=__GLclear +#gl glmodule.c cgensupport.c -I$(srcdir) $(GLHACK) -lgl -lX11 # The thread module is now automatically enabled, see Setup.thread. @@ -193,6 +194,11 @@ rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably) md5 md5module.c md5c.c +# The sha module implements the SHA checksum algorithm. +# (NIST's Secure Hash Algorithm.) +sha shamodule.c + + # The mpz module interfaces to the GNU Multiple Precision library. # You need to ftp the GNU MP library. # The GMP variable must point to the GMP source directory. diff --git a/lang/python20/pkg-plist b/lang/python20/pkg-plist index 9ddb96d661df..2360c6ba0f0d 100644 --- a/lang/python20/pkg-plist +++ b/lang/python20/pkg-plist @@ -269,6 +269,7 @@ lib/python1.5/lib-dynload/parsermodule.so lib/python1.5/lib-dynload/resource.so lib/python1.5/lib-dynload/rgbimgmodule.so lib/python1.5/lib-dynload/rotormodule.so +lib/python1.5/lib-dynload/shamodule.so lib/python1.5/lib-dynload/syslogmodule.so lib/python1.5/lib-dynload/termios.so lib/python1.5/lib-dynload/timingmodule.so -- cgit v1.2.3