f353d0daae
Tested on i386/sparc64/macppc/alpha by myself and/or alek@ One issue found with sparc64: fetching mail crashes. okay pval@
12 lines
457 B
Plaintext
12 lines
457 B
Plaintext
$OpenBSD: patch-nsprpub_configure_in,v 1.8 2005/03/13 05:02:17 kurt Exp $
|
|
--- nsprpub/configure.in.orig Tue Jan 11 23:13:52 2005
|
|
+++ nsprpub/configure.in Tue Jan 11 23:16:35 2005
|
|
@@ -2213,6 +2213,7 @@ if test -n "$USE_PTHREADS"; then
|
|
AC_DEFINE(_THREAD_SAFE)
|
|
if test "$ac_cv_have_dash_pthread" = "yes"; then
|
|
_PTHREAD_LDFLAGS=-pthread
|
|
+ LDFLAGS="${_PTHREAD_LDFLAGS} ${LDFLAGS}"
|
|
fi
|
|
;;
|
|
*-linux*)
|