From: Jarkko Hietaniemi Date: Tue, 19 Mar 2002 18:31:59 +0000 (+0000) Subject: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=74bfb197a9116b3857c45e0b66125c97601d456e;p=p5sagit%2Fp5-mst-13.2.git With the -D_SVID_SOURCE Debian 2.2 dies on conflicting types of usleep(). Fun, fun. fun. p4raw-id: //depot/perl@15334 --- diff --git a/hints/linux.sh b/hints/linux.sh index bd713b8..257a19e 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -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="$*"