With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:31:59 +0000 (18:31 +0000)]
types of usleep().  Fun, fun. fun.

p4raw-id: //depot/perl@15334

hints/linux.sh

index bd713b8..257a19e 100644 (file)
@@ -249,7 +249,7 @@ esac
 cat > UU/usethreads.cbu <<'EOCBU'
 case "$usethreads" in
 $define|true|[yY]*)
-        ccflags="-D_REENTRANT -D_POSIX_C_SOURCE=199506L -D_SVID_SOURCE $ccflags"
+        ccflags="-D_REENTRANT -D_POSIX_C_SOURCE=199506L $ccflags"
         set `echo X "$libswanted "| sed -e 's/ c / pthread c /'`
         shift
         libswanted="$*"