Change PerlIO::Scalar and Via to scalar and via.
[p5sagit/p5-mst-13.2.git] / hints / linux.sh
index e1c2c28..7dccc1c 100644 (file)
@@ -249,18 +249,23 @@ esac
 cat > UU/usethreads.cbu <<'EOCBU'
 case "$usethreads" in
 $define|true|[yY]*)
-        ccflags="-D_GNU_SOURCE -D_REENTRANT $ccflags"
+        ccflags="-D_REENTRANT -D_GNU_SOURCE $ccflags"
         set `echo X "$libswanted "| sed -e 's/ c / pthread c /'`
         shift
         libswanted="$*"
+
        # Somehow at least in Debian 2.2 these manage to escape
        # the #define forest of <features.h> and <time.h> so that
        # the hasproto macro of Configure doesn't see these protos,
-       # regardless of the -D_GNU_SOURCE that should turn on everything.
+       # even with the -D_GNU_SOURCE.
+
        d_asctime_r_proto="$define"
+       d_crypt_r_proto="$define"
        d_ctime_r_proto="$define"
        d_gmtime_r_proto="$define"
        d_localtime_r_proto="$define"
+       d_random_r_proto="$define"
+
        ;;
 esac
 EOCBU