summaryrefslogtreecommitdiff
path: root/hints/isc_2.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-08-05 03:59:13 +0300
committerGurusamy Sarathy <gsar@cpan.org>1998-08-05 02:23:47 +0000
commita696a92a8c17fd674222340fecaac0639e6ef16b (patch)
tree646d088782b84366b2a587b6e273ae5ec98d506f /hints/isc_2.sh
parent3eaeeeae9d96dd91de8e0f0dfa4473b80e4ef490 (diff)
downloadperl-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_2.sh')
-rw-r--r--hints/isc_2.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/isc_2.sh b/hints/isc_2.sh
index c73908cbc6..d8ca7dc63a 100644
--- a/hints/isc_2.sh
+++ b/hints/isc_2.sh
@@ -20,3 +20,6 @@ esac
# Compensate for conflicts in <net/errno.h>
doio_cflags='ccflags="$ccflags -DENOTSOCK=103"'
pp_sys_cflags='ccflags="$ccflags -DENOTSOCK=103"'
+
+# for ext/IPC/SysV/SysV.xs
+ccflags="$ccflags -DPERL_ISC"