diff options
author | Ollivier Robert <roberto@eurocontrol.fr> | 1997-01-08 14:37:47 +0100 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-16 07:24:00 +1200 |
commit | 50e0d465254be88fb90ac23584812a529741b4b1 (patch) | |
tree | c5b7041114e3c306e6134d7f032ae502254defe7 | |
parent | a4c70ab8da3ec1d87c83e5c617f4550814ec1724 (diff) | |
download | perl-50e0d465254be88fb90ac23584812a529741b4b1.tar.gz |
5.003_20, FreeBSD 3.0 and minor patch
FreeBSD caerdonn.eurocontrol.fr 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Mon Jan 6 10:35:39 MET 1997 roberto@caerdonn.eurocontrol.fr:/src/src/sys/compile/CAERDONN i386
lib/textwrap......ok
lib/timelocal.....ok
All tests successful.
u=0.421875 s=0.328125 cu=20.6484 cs=6.28125 files=142 tests=3412
Also please include the following patch in _21 (or 5.004 whichever is
planned):
p5p-msgid: <Mutt.19970108143747.roberto@caerdonn.eurocontrol.fr>
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4691,7 +4691,7 @@ if "$useshrplib"; then xxx="-R $shrpdir" ;; freebsd) - xxx="-Wl,-R,$shrpdir" + xxx="-Wl,-R$shrpdir" ;; linux|irix*) xxx="-Wl,-rpath,$shrpdir" |