mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 05:30:20 +00:00
python: Build a working crypt module (closes #230)
This commit is contained in:
11
packages/python2/cryptmodule.c.patch
Normal file
11
packages/python2/cryptmodule.c.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -u -r ../Python-2.7.11/Modules/cryptmodule.c ./Modules/cryptmodule.c
|
||||
--- ../Python-2.7.11/Modules/cryptmodule.c 2015-12-05 14:47:14.000000000 -0500
|
||||
+++ ./Modules/cryptmodule.c 2016-04-23 08:16:39.850613791 -0400
|
||||
@@ -4,6 +4,7 @@
|
||||
#include "Python.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
+#include <crypt.h>
|
||||
|
||||
#ifdef __VMS
|
||||
#include <openssl/des.h>
|
||||
Reference in New Issue
Block a user