diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-09 07:28:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-09 07:28:41 +0000 |
commit | 2bf8728c009dcec88a168e56c645c4ef772e11fe (patch) | |
tree | c610b5717702bfa2bf4ae9d2fae6bc2f627328de /hints | |
parent | 8dab6df03348b64bdb09672e6ba507c8969ec2c7 (diff) | |
download | perl-2bf8728c009dcec88a168e56c645c4ef772e11fe.tar.gz |
The libcygipc doesn't really work with the Perl SysV IPC tests
so no much point in adding it yet.
p4raw-id: //depot/perl@20577
Diffstat (limited to 'hints')
-rw-r--r-- | hints/cygwin.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hints/cygwin.sh b/hints/cygwin.sh index 32d03266fe..b075b5c121 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -23,8 +23,10 @@ so='dll' 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 |