diff options
Diffstat (limited to 'hints/qnx.sh')
-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 |