In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/237050634b19905cdd9e8e25c2a43d0b24eb59f2?hp=8c75ba159ca49f468760e532410c0af95809dc6d>
- Log ----------------------------------------------------------------- commit 237050634b19905cdd9e8e25c2a43d0b24eb59f2 Author: H.Merijn Brand <[email protected]> Date: Thu Dec 11 18:25:24 2014 +0100 Add pthread to libswanted that comment is from another backport ----------------------------------------------------------------------- Summary of changes: Configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Configure b/Configure index fc8a8f4..c37ba52 100755 --- a/Configure +++ b/Configure @@ -1451,7 +1451,7 @@ libswanted_uselargefiles='' : 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 ucb bsd BSD" +libswanted="$libswanted m crypt sec util c cposix posix pthread 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 ! !'` @@ -21448,6 +21448,7 @@ int check_min () int main (int argc, char *argv[]) { + /* fprintf (stderr, "Sizeof time_t = %ld\n", sizeof (time_t)); */ check_max (); check_min (); return (0); -- Perl5 Master Repository
