summaryrefslogtreecommitdiff
path: root/ext/IPC-SysV/hints/cygwin.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/IPC-SysV/hints/cygwin.pl')
-rw-r--r--ext/IPC-SysV/hints/cygwin.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/IPC-SysV/hints/cygwin.pl b/ext/IPC-SysV/hints/cygwin.pl
new file mode 100644
index 0000000000..7c7299d1ac
--- /dev/null
+++ b/ext/IPC-SysV/hints/cygwin.pl
@@ -0,0 +1,6 @@
+# SysV IPC is an optional Cygwin package
+#
+# 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']