diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-23 16:54:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-23 16:54:14 +0000 |
commit | 5e506771ef964d2ede7c5844ad7d02ba0cf9d549 (patch) | |
tree | 0f7f6c3dbf49f65725cabc3ff4104c60fc34490b /hints | |
parent | dfc18e8ad09e7e2177a68bca5100ec871c744055 (diff) | |
download | perl-5e506771ef964d2ede7c5844ad7d02ba0cf9d549.tar.gz |
Push Filter::Util::Call one level deeper.
p4raw-id: //depot/perl@7839
Diffstat (limited to 'hints')
-rw-r--r-- | hints/uwin.sh | 2 | ||||
-rw-r--r-- | hints/vmesa.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hints/uwin.sh b/hints/uwin.sh index 0b2cf9d3a0..9141efcd13 100644 --- a/hints/uwin.sh +++ b/hints/uwin.sh @@ -24,7 +24,7 @@ i_utime=undef # compile/link flags ldflags=-g optimize=-g -static_ext="B Data/Dumper Fcntl IO IPC/SysV Opcode POSIX SDBM_File Socket Storable attrs" +static_ext="B Data/Dumper Fcntl Filter::Util::Call IO IPC/SysV Opcode POSIX SDBM_File Socket Storable attrs" #static_ext=none # dynamic loading needs work usedl=undef diff --git a/hints/vmesa.sh b/hints/vmesa.sh index 2b3dd285d9..81ab6a4f44 100644 --- a/hints/vmesa.sh +++ b/hints/vmesa.sh @@ -218,7 +218,7 @@ dynamic_ext='' eagain='EAGAIN' ebcdic='define' exe_ext='' -extensions='Fcntl GDBM_File IO NDBM_File Opcode POSIX Socket Storable IPC/SysV Errno Thread attrs re Data/Dumper' +extensions=' Data/Dumper Errno Fcntl Filter::Util:Call GDBM_File IO NDBM_File Opcode POSIX Socket Storable IPC/SysV Thread attrs re' fpostype='fpos_t' freetype='void' groupstype='gid_t' |