diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-04 23:26:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-04 23:26:01 +0000 |
commit | 86959918b69bd7566746d776574341f410f68755 (patch) | |
tree | 6780588fce4cf2ffb2d134d8468905a555bb63f9 /Makefile.SH | |
parent | f6b3007c38a92f48d086a19ea8682dd935b6d4ee (diff) | |
download | perl-86959918b69bd7566746d776574341f410f68755.tar.gz |
Miscellaneus AIX fixes + SOCKS support.
p4raw-id: //depot/cfgperl@3578
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 0c02a43838..d4c51978d2 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -70,6 +70,7 @@ true) esac aixinstdir=`pwd | sed 's/\/UU$//'` linklibperl="-L $archlibexp/CORE -L $aixinstdir -lperl" + ldlibpth="LIBPATH=`pwd`:${LIBPATH}" ;; hpux*) linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl" |