diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-13 15:23:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-13 15:23:51 +0000 |
commit | 5fc507cdc3915bffe54043930e95091e17630b86 (patch) | |
tree | 3552ceb63dae4549fc83e132ec7c92b43602c791 /hints/uwin.sh | |
parent | d67493ed56a1a4cbcbfc722e3d9ed0c4f29c3963 (diff) | |
download | perl-5fc507cdc3915bffe54043930e95091e17630b86.tar.gz |
Add (optimistically) Storable to static extensions.
p4raw-id: //depot/perl@7220
Diffstat (limited to 'hints/uwin.sh')
-rw-r--r-- | hints/uwin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/uwin.sh b/hints/uwin.sh index 0e5e11adfd..0b2cf9d3a0 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 attrs" +static_ext="B Data/Dumper Fcntl IO IPC/SysV Opcode POSIX SDBM_File Socket Storable attrs" #static_ext=none # dynamic loading needs work usedl=undef |