Change 20577 by [EMAIL PROTECTED] on 2003/08/09 07:28:41

        The libcygipc doesn't really work with the Perl SysV IPC tests
        so no much point in adding it yet.

Affected files ...

... //depot/perl/hints/cygwin.sh#17 edit

Differences ...

==== //depot/perl/hints/cygwin.sh#17 (text) ====
Index: perl/hints/cygwin.sh
--- perl/hints/cygwin.sh#16~20563~      Fri Aug  8 06:09:00 2003
+++ perl/hints/cygwin.sh        Sat Aug  9 00:28:41 2003
@@ -23,8 +23,10 @@
 libswanted=`echo " $libswanted " | sed -e 's/ c / /g'`
 # - eliminate -lm, symlink to libcygwin.a
 libswanted=`echo " $libswanted " | sed -e 's/ m / /g'`
-# - add libgdbm_compat & libcygipc to $libswanted
-libswanted="$libswanted gdbm_compat cygipc"
+# - add libgdbm_compat $libswanted
+# - libcygipc doesn't work much at all with
+#   the Perl SysV IPC tests so not adding it --jhi 2003-08-09
+libswanted="$libswanted gdbm_compat"
 test -z "$optimize" && optimize='-O2'
 ccflags="$ccflags -DPERL_USE_SAFE_PUTENV"
 # - otherwise i686-cygwin
End of Patch.

Reply via email to