diff options
author | Matt Kraai <kraai@ftbfs.org> | 2007-12-03 02:18:37 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-03 22:05:11 +0000 |
commit | 9ef113e19c4c8bf65a3dffa40ccddd65e45b30d6 (patch) | |
tree | 098e3f52d5d30848cfc58d77d5f8a97975fd438e /hints | |
parent | be2ea8edb1ad49242572daf1a75efff932a62f25 (diff) | |
download | perl-9ef113e19c4c8bf65a3dffa40ccddd65e45b30d6.tar.gz |
[perl #24079] Missing crypt() function on QNX 6.2.1
From: "Matt Kraai via RT" <perlbug-comment@perl.org>
Message-ID: <rt-3.6.HEAD-28750-1196705917-150.24079-14-0@perl.org>
p4raw-id: //depot/perl@32563
Diffstat (limited to 'hints')
-rw-r--r-- | hints/qnx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/qnx.sh b/hints/qnx.sh index 59eac07a27..3ef2f32afe 100644 --- a/hints/qnx.sh +++ b/hints/qnx.sh @@ -259,4 +259,7 @@ else # If we use perl's malloc, it dies with an invalid sbrk. # This is probably worth tracking down someday. usemymalloc='false' + + # crypt isn't detected in the C library even though it's there. + d_crypt='define' fi |