This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove libbsd/libBSD from wanted libs on AIX
[perl5.git] / hints / qnx.sh
index e4469a1..3ef2f32 100644 (file)
@@ -253,7 +253,13 @@ else
   # recognize that option, so we're better off setting cc=gcc.
   cc='gcc'
 
+  # gcc uses $QNX_TARGET/usr/include as the include directory.
+  usrinc="$QNX_TARGET/usr/include"
+
   # 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