diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-19 18:31:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-19 18:31:59 +0000 |
commit | 74bfb197a9116b3857c45e0b66125c97601d456e (patch) | |
tree | 7b3cb1a7ea382a2950be5f7b2e07375eee648b69 /hints | |
parent | 5631657506cad9ec2bb834419e12de99314c37d5 (diff) | |
download | perl-74bfb197a9116b3857c45e0b66125c97601d456e.tar.gz |
With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
types of usleep(). Fun, fun. fun.
p4raw-id: //depot/perl@15334
Diffstat (limited to 'hints')
-rw-r--r-- | hints/linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/linux.sh b/hints/linux.sh index bd713b8eb4..257a19e10d 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="$*" |