diff options
author | markm <markm@FreeBSD.org> | 1998-09-29 18:58:16 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-09-29 18:58:16 +0000 |
commit | 0126e9e12adf896f2408fb83280bfb55617128e1 (patch) | |
tree | a369cc479c78066bf7d86b1c009f305dba007dbe /gnu | |
parent | 974521ccba839c7b22cc593ce07efd41da525beb (diff) | |
download | FreeBSD-src-0126e9e12adf896f2408fb83280bfb55617128e1.zip FreeBSD-src-0126e9e12adf896f2408fb83280bfb55617128e1.tar.gz |
Fix the shared library configuration stuff.
Noticed by: Ollivier Robert
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/libperl/config.SH-aout.i386 | 10 | ||||
-rw-r--r-- | gnu/usr.bin/perl/libperl/config.SH-elf.alpha | 10 | ||||
-rw-r--r-- | gnu/usr.bin/perl/libperl/config.SH-elf.i386 | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/gnu/usr.bin/perl/libperl/config.SH-aout.i386 b/gnu/usr.bin/perl/libperl/config.SH-aout.i386 index 89eff47..60b24d7 100644 --- a/gnu/usr.bin/perl/libperl/config.SH-aout.i386 +++ b/gnu/usr.bin/perl/libperl/config.SH-aout.i386 @@ -5,12 +5,12 @@ # do not forget to propagate your changes by running "Configure -der". You may # instead choose to run each of the .SH files by yourself, or "Configure -S". # -# $Id: config.SH-aout.i386,v 1.4 1998/09/24 17:25:26 markm Exp $ +# $Id: config.SH-aout.i386,v 1.5 1998/09/26 16:17:04 markm Exp $ # # Package name : perl5 # Source directory : . -# Configuration time: $Date: 1998/09/24 17:25:26 $ +# Configuration time: $Date: 1998/09/26 16:17:04 $ # Configured by : markm # Target system : freebsd 3.0-current #0: @@ -55,7 +55,7 @@ ccdlflags=' ' ccflags='' cf_by='markm' cf_email='markm@freebsd.org' -cf_time='$Date: 1998/09/24 17:25:26 $' +cf_time='$Date: 1998/09/26 16:17:04 $' chgrp='' chmod='' chown='' @@ -406,7 +406,7 @@ ldflags='' less='less' lib_ext='.a' libc='undef' -libperl='libperl.a' +libperl='libperl.so.3.0' libpth='/usr/lib /usr/lib/elf /usr/lib/aout' libs='-lm -lc -lcrypt' libswanted='sfio socket inet nsl nm ndbm gdbm dbm db dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' @@ -558,7 +558,7 @@ useopcode='true' useperlio='undef' useposix='true' usesfio='false' -useshrplib='false' +useshrplib='true' usethreads='undef' usevfork='true' usrinc='/usr/include' diff --git a/gnu/usr.bin/perl/libperl/config.SH-elf.alpha b/gnu/usr.bin/perl/libperl/config.SH-elf.alpha index a3fcb79..fa114ab 100644 --- a/gnu/usr.bin/perl/libperl/config.SH-elf.alpha +++ b/gnu/usr.bin/perl/libperl/config.SH-elf.alpha @@ -5,12 +5,12 @@ # do not forget to propagate your changes by running "Configure -der". You may # instead choose to run each of the .SH files by yourself, or "Configure -S". # -# $Id: config.SH-elf.alpha,v 1.5 1998/09/24 17:25:26 markm Exp $ +# $Id: config.SH-elf.alpha,v 1.6 1998/09/26 16:17:05 markm Exp $ # # Package name : perl5 # Source directory : . -# Configuration time: $Date: 1998/09/24 17:25:26 $ +# Configuration time: $Date: 1998/09/26 16:17:05 $ # Configured by : markm # Target system : freebsd 3.0-current #0: @@ -55,7 +55,7 @@ ccdlflags=' ' ccflags='' cf_by='markm' cf_email='markm@freebsd.org' -cf_time='$Date: 1998/09/24 17:25:26 $' +cf_time='$Date: 1998/09/26 16:17:05 $' chgrp='' chmod='' chown='' @@ -406,7 +406,7 @@ ldflags="-Wl,-E " less='less' lib_ext='.a' libc='undef' -libperl='libperl.a' +libperl='libperl.so.3' libpth="/usr/lib /usr/local/lib" libs='-lm -lc -lcrypt' libswanted='sfio socket inet nsl nm ndbm gdbm dbm db dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' @@ -558,7 +558,7 @@ useopcode='true' useperlio='undef' useposix='true' usesfio='false' -useshrplib='false' +useshrplib='true' usethreads='undef' usevfork='true' usrinc='/usr/include' diff --git a/gnu/usr.bin/perl/libperl/config.SH-elf.i386 b/gnu/usr.bin/perl/libperl/config.SH-elf.i386 index 66c2c9b..948577a 100644 --- a/gnu/usr.bin/perl/libperl/config.SH-elf.i386 +++ b/gnu/usr.bin/perl/libperl/config.SH-elf.i386 @@ -5,12 +5,12 @@ # do not forget to propagate your changes by running "Configure -der". You may # instead choose to run each of the .SH files by yourself, or "Configure -S". # -# $Id: config.SH-elf.i386,v 1.4 1998/09/24 17:25:26 markm Exp $ +# $Id: config.SH-elf.i386,v 1.5 1998/09/26 16:17:05 markm Exp $ # # Package name : perl5 # Source directory : . -# Configuration time: $Date: 1998/09/24 17:25:26 $ +# Configuration time: $Date: 1998/09/26 16:17:05 $ # Configured by : markm # Target system : freebsd 3.0-current #0: @@ -55,7 +55,7 @@ ccdlflags=' ' ccflags='' cf_by='markm' cf_email='markm@freebsd.org' -cf_time='$Date: 1998/09/24 17:25:26 $' +cf_time='$Date: 1998/09/26 16:17:05 $' chgrp='' chmod='' chown='' @@ -406,7 +406,7 @@ ldflags="-Wl,-E " less='less' lib_ext='.a' libc='undef' -libperl='libperl.a' +libperl='libperl.so.3' libpth="/usr/lib /usr/local/lib" libs='-lm -lc -lcrypt' libswanted='sfio socket inet nsl nm ndbm gdbm dbm db dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' @@ -558,7 +558,7 @@ useopcode='true' useperlio='undef' useposix='true' usesfio='false' -useshrplib='false' +useshrplib='true' usethreads='undef' usevfork='true' usrinc='/usr/include' |