diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2004-02-19 01:01:13 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-22 21:49:47 +0000 |
commit | ab9778ab423dc0f245b74b3b84d7623e49bb4482 (patch) | |
tree | 3a68f0744a3c698f4d03e6be927adcb2f2214eb7 /ext/IPC/SysV/hints/cygwin.pl | |
parent | 6a077020aea1c5f03f401226b0a81b82d07f7761 (diff) | |
download | perl-ab9778ab423dc0f245b74b3b84d7623e49bb4482.tar.gz |
initial patch for cygwin IPC via cygserver
Message-ID: <20040219170113.GA2792@efn.org>
p4raw-id: //depot/perl@22358
Diffstat (limited to 'ext/IPC/SysV/hints/cygwin.pl')
-rw-r--r-- | ext/IPC/SysV/hints/cygwin.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/IPC/SysV/hints/cygwin.pl b/ext/IPC/SysV/hints/cygwin.pl index e1a1dea217..7c7299d1ac 100644 --- a/ext/IPC/SysV/hints/cygwin.pl +++ b/ext/IPC/SysV/hints/cygwin.pl @@ -1,2 +1,6 @@ # SysV IPC is an optional Cygwin package -$self->{LIBS} = ['-lcygipc'] +# +# Starting with cygwin 1.5.7, cygipc is deprecated in favor of +# cygserver (which requires no extra libs). +# Uncomment if for some reason you need to get this to work with cygipc. +#$self->{LIBS} = ['-lcygipc'] |