summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2015-01-05 12:33:49 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2015-01-05 12:33:49 +0100
commit90207ba1bd77fb10e2c39594d954b43a9e8ee948 (patch)
treea4fe7a345030a6c5d749f6ac3d135fdc2e537a6c /Configure
parentadc2cdfb25be1eb14544e149b2dfb199dcbbc06e (diff)
downloadperl-90207ba1bd77fb10e2c39594d954b43a9e8ee948.tar.gz
Put pthread in front of libswanted and add cl
If pthread is found on HP-UX, it is required to be in front and libcl is required too
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index a8d8b5a039..6601ddbd1f 100755
--- a/Configure
+++ b/Configure
@@ -1450,8 +1450,8 @@ libswanted_uselargefiles=''
: set usesocks on the Configure command line to enable socks.
: List of libraries we want.
: If anyone needs extra -lxxx, put those in a hint file.
-libswanted="socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun"
-libswanted="$libswanted m crypt sec util c cposix posix pthread ucb bsd BSD"
+libswanted="cl pthread socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld"
+libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD"
: 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 ! !'`