1998-10-10 11:23:09 +00:00
|
|
|
--- Configure.orig Mon Sep 7 18:49:05 1998
|
|
|
|
+++ Configure Mon Sep 7 18:56:33 1998
|
|
|
|
@@ -306,7 +306,7 @@
|
|
|
|
ldflags=''
|
|
|
|
lkflags=''
|
|
|
|
locincpth=''
|
|
|
|
-optimize=''
|
|
|
|
+optimize=${CFLAGS:-''}
|
|
|
|
cf_email=''
|
|
|
|
cf_by=''
|
|
|
|
cf_time=''
|
|
|
|
@@ -862,7 +864,7 @@
|
|
|
|
: If anyone needs -lnet, put it in a hint file.
|
|
|
|
libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl'
|
1997-01-24 06:58:44 +00:00
|
|
|
libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt"
|
|
|
|
-libswanted="$libswanted ucb bsd BSD PW x"
|
1997-02-05 15:38:45 +00:00
|
|
|
+libswanted="xpg4 $libswanted ucb bsd BSD PW x"
|
1997-01-24 06:58:44 +00:00
|
|
|
: 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 ! !'`
|