diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-23 01:12:52 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-23 01:12:52 +0000 |
commit | facbc158789444fae95f2ed39023368712608420 (patch) | |
tree | 9e00c32f3a0be5452ea26527dfa77a1ed4a111e6 /hints | |
parent | 439a7939a171c59538e3fbac0387062dadd5d487 (diff) | |
download | perl-facbc158789444fae95f2ed39023368712608420.tar.gz |
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.
Diffstat (limited to 'hints')
-rw-r--r-- | hints/epix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/epix.sh b/hints/epix.sh index 25e357328f..b91537a202 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 |