From ab9778ab423dc0f245b74b3b84d7623e49bb4482 Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Thu, 19 Feb 2004 01:01:13 -0800 Subject: initial patch for cygwin IPC via cygserver Message-ID: <20040219170113.GA2792@efn.org> p4raw-id: //depot/perl@22358 --- ext/IPC/SysV/hints/cygwin.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ext/IPC/SysV') 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'] -- cgit v1.2.1