Skip to content

Commit 90207ba

Browse files
author
H.Merijn Brand
committed
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
1 parent adc2cdf commit 90207ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,8 +1450,8 @@ libswanted_uselargefiles=''
14501450
: set usesocks on the Configure command line to enable socks.
14511451
: List of libraries we want.
14521452
: If anyone needs extra -lxxx, put those in a hint file.
1453-
libswanted="socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun"
1454-
libswanted="$libswanted m crypt sec util c cposix posix pthread ucb bsd BSD"
1453+
libswanted="cl pthread socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld"
1454+
libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD"
14551455
: We probably want to search /usr/shlib before most other libraries.
14561456
: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
14571457
glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`

0 commit comments

Comments
 (0)