From: Perl 5 Porters Date: Fri, 23 Aug 1996 01:12:52 +0000 (+0000) Subject: perl 5.003_03: hints/epix.sh X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=facbc158789444fae95f2ed39023368712608420;p=p5sagit%2Fp5-mst-13.2.git perl 5.003_03: hints/epix.sh Use glibpth instead of libpth. This allows Configure to add local directories, such as /opt/local/lib, etc. --- diff --git a/hints/epix.sh b/hints/epix.sh index 25e3573..b91537a 100644 --- a/hints/epix.sh +++ b/hints/epix.sh @@ -28,7 +28,7 @@ usrinc='/svr4/usr/include' strings='/svr4/usr/include/string.h' timeincl='/svr4/usr/include/sys/time.h ' libc='/svr4/usr/lib/libc.a' -libpth='/svr4/usr/lib /svr4/usr/lib/cmplrs/cc /usr/ccs/lib /svr4/lib /svr4/usr/ucblib' +glibpth="/svr4/usr/lib /svr4/usr/lib/cmplrs/cc /usr/ccs/lib /svr4/lib /svr4/usr/ucblib $glibpth" osname='epix2' archname='epix2' d_suidsafe='define' # "./Configure -d" can't figure this out easilly