New submission from Chi Hsuan Yen:

On Android the crypt() function is missing, causing ugly linking errors when 
compiling the _crypt module. This patch handles it elegantly.

A question: should I include changes to configure and pyconfig.h.in in the 
patch?

----------
components: Cross-Build
files: check-crypt.patch
keywords: patch
messages: 271727
nosy: Alex.Willmer, Chi Hsuan Yen, xdegaye
priority: normal
severity: normal
status: open
title: Check for the existence of crypt()
type: compile error
versions: Python 3.6
Added file: http://bugs.python.org/file43954/check-crypt.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27659>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to