5.004
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:2k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. diff perl5.004.orig/Configure perl5.004/Configure
  2. 190a191
  3. > perllibs=''
  4. 9904a9906,9913
  5. > : Remove libraries needed only for extensions
  6. > : The appropriate ext/Foo/Makefile.PL will add them back in, if
  7. > : necessary.
  8. > set X `echo " $libs " | 
  9. >   sed -e 's@ -lndbm @ @' -e 's@ -lgdbm @ @' -e 's@ -ldbm @ @' -e 's@ -ldb @ @'` 
  10. > shift
  11. > perllibs="$*"
  12. 10372a10382
  13. > perllibs='$perllibs'
  14. diff perl5.004.orig/Makefile.SH perl5.004/Makefile.SH
  15. 122c122
  16. < libs = $libs $cryptlib
  17. ---
  18. > libs = $perllibs $cryptlib
  19. Common subdirectories: perl5.004.orig/Porting and perl5.004/Porting
  20. Common subdirectories: perl5.004.orig/cygwin32 and perl5.004/cygwin32
  21. Common subdirectories: perl5.004.orig/eg and perl5.004/eg
  22. Common subdirectories: perl5.004.orig/emacs and perl5.004/emacs
  23. Common subdirectories: perl5.004.orig/ext and perl5.004/ext
  24. Common subdirectories: perl5.004.orig/h2pl and perl5.004/h2pl
  25. Common subdirectories: perl5.004.orig/hints and perl5.004/hints
  26. Common subdirectories: perl5.004.orig/lib and perl5.004/lib
  27. diff perl5.004.orig/myconfig perl5.004/myconfig
  28. 38c38
  29. <     libs=$libs
  30. ---
  31. >     libs=$perllibs
  32. Common subdirectories: perl5.004.orig/os2 and perl5.004/os2
  33. diff perl5.004.orig/patchlevel.h perl5.004/patchlevel.h
  34. 40a41
  35. >  ,"NODB-1.0 - remove -ldb from core perl binary."
  36. Common subdirectories: perl5.004.orig/plan9 and perl5.004/plan9
  37. Common subdirectories: perl5.004.orig/pod and perl5.004/pod
  38. Common subdirectories: perl5.004.orig/qnx and perl5.004/qnx
  39. Common subdirectories: perl5.004.orig/t and perl5.004/t
  40. Common subdirectories: perl5.004.orig/utils and perl5.004/utils
  41. Common subdirectories: perl5.004.orig/vms and perl5.004/vms
  42. Common subdirectories: perl5.004.orig/win32 and perl5.004/win32
  43. Common subdirectories: perl5.004.orig/x2p and perl5.004/x2p