diff options
author | bad <bad@pkgsrc.org> | 1999-06-15 12:27:23 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-06-15 12:27:23 +0000 |
commit | eaa90c0b8fcf4d7187c9423eafbd447fb25ab5dd (patch) | |
tree | 8c609c7c22afd979e37010f8e73861c8122db6e0 | |
parent | 0c72e14d94fc7a592035c687800ab6749c2aef18 (diff) | |
download | pkgsrc-eaa90c0b8fcf4d7187c9423eafbd447fb25ab5dd.tar.gz |
Get rid of -lposix. It makes perl behave slightly different then the
rest of the system.
-rw-r--r-- | lang/perl5/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/patches/patch-aa b/lang/perl5/patches/patch-aa index 659b513056f..577d8defea5 100644 --- a/lang/perl5/patches/patch-aa +++ b/lang/perl5/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.11 1998/12/02 21:14:41 tv Exp $ +$NetBSD: patch-aa,v 1.12 1999/06/15 12:27:23 bad Exp $ --- Configure.orig Fri Oct 3 13:57:39 1997 +++ Configure Wed Dec 2 14:30:27 1998 @@ -60,7 +60,7 @@ $NetBSD: patch-aa,v 1.11 1998/12/02 21:14:41 tv Exp $ -libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" -libswanted="$libswanted ucb bsd BSD PW x" +# libswanted='sfio net socket inet nsl nm ndbm gdbm dbm db malloc dl' -+libswanted='m posix crypt' ++libswanted='m crypt' : We probably want to search /usr/shlib before most other libraries. : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` |