diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2015-01-05 12:33:49 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2015-01-05 12:33:49 +0100 |
commit | 90207ba1bd77fb10e2c39594d954b43a9e8ee948 (patch) | |
tree | a4fe7a345030a6c5d749f6ac3d135fdc2e537a6c /Configure | |
parent | adc2cdfb25be1eb14544e149b2dfb199dcbbc06e (diff) | |
download | perl-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-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ! !'` |