Get rid of -lposix. It makes perl behave slightly different then the
rest of the system.
This commit is contained in:
parent
0c72e14d94
commit
eaa90c0b8f
1 changed files with 2 additions and 2 deletions
|
@ -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 ! !'`
|
||||
|
|
Loading…
Reference in a new issue