From: Ollivier Robert Date: Wed, 8 Jan 1997 13:37:47 +0000 (+0100) Subject: 5.003_20, FreeBSD 3.0 and minor patch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=50e0d465254be88fb90ac23584812a529741b4b1;p=p5sagit%2Fp5-mst-13.2.git 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: --- diff --git a/Configure b/Configure index 9211439..2fd5c72 100755 --- a/Configure +++ b/Configure @@ -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"