From: Jeff Okamoto Date: Sun, 15 Jun 1997 22:23:58 +0000 (+1200) Subject: : HP-UX 10 w/o transition links X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb679a33295ddbbd6c1f7464a0c6d03212121f26;p=p5sagit%2Fp5-mst-13.2.git : HP-UX 10 w/o transition links This patch is needed because if you run HP-UX 10 and turn off transition symlinks then /lib goes away and the workaround for the POSIX problem (2^5 is not exactly 32) won't. (That workaround should use -L/usr/lib/pa1.1, not -L/lib/pa1.1 because of the transition link problem) p5p-msgid: 199706181851.AA093329906@hpcc123.corp.hp.com --- diff --git a/Configure b/Configure index 987aafc..e017b34 100755 --- a/Configure +++ b/Configure @@ -739,7 +739,7 @@ loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib" loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib" : general looking path for locating libraries -glibpth="/shlib /usr/shlib /lib/pa1.1 /usr/lib/large" +glibpth="/shlib /usr/shlib /lib/pa1.1 /usr/lib/pa1.1 /usr/lib/large" glibpth="$glibpth /lib /usr/lib $xlibpth" glibpth="$glibpth /lib/large /usr/lib/small /lib/small" glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"