diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-08-05 03:59:13 +0300 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-05 02:23:47 +0000 |
commit | a696a92a8c17fd674222340fecaac0639e6ef16b (patch) | |
tree | 646d088782b84366b2a587b6e273ae5ec98d506f /hints/isc.sh | |
parent | 3eaeeeae9d96dd91de8e0f0dfa4473b80e4ef490 (diff) | |
download | perl-a696a92a8c17fd674222340fecaac0639e6ef16b.tar.gz |
fixes to enable ISC to build IPC/SysV
Message-ID: <oee3ebce7da.fsf@alpha.hut.fi>
Subject: [PATCH] 5.005_02-TRIAL1: (Re: Bug in pp_rename and ISC hint)
p4raw-id: //depot/maint-5.005/perl@1734
Diffstat (limited to 'hints/isc.sh')
-rw-r--r-- | hints/isc.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/isc.sh b/hints/isc.sh index 43b70fde36..cdfe91c605 100644 --- a/hints/isc.sh +++ b/hints/isc.sh @@ -34,6 +34,9 @@ ccflags="$ccflags -DBOGUS_GETNAME_RETURN=256" # rename(2) can't rename long filenames d_rename=undef +# for ext/IPC/SysV/SysV.xs +ccflags="$ccflags -DPERL_ISC" + # You can also include -D_SYSV3 to pick up "traditionally visible" # symbols hidden by name-space pollution rules. This raises some # compilation "redefinition" warnings, but they appear harmless. |