Fix : the svr5 hints file doesn't propagate libswanted with
Rafael Garcia-Suarez [Mon, 5 May 2003 18:59:59 +0000 (18:59 +0000)]
threads enabled. Now threads are OK on OpenUNIX 8, except a
mysterious failure in ext/POSIX/t/sigaction.t.

p4raw-id: //depot/perl@19429

hints/svr5.sh

index 63442d2..ff08fcc 100644 (file)
@@ -189,7 +189,7 @@ case "$usethreads" in
 $define|true|[yY]*)
         ccflags="$ccflags"
         shift
-        libswanted="$*"
+        libswanted="$libswanted $*"
   case "$cc" in
        *gcc*)
            ccflags="-D_REENTRANT $ccflags -fpic -pthread"