2c9ebc2459
Tested by phessler@ on loongson/sparc, jasper@ on arm, myself on amd64/sparc64/macppc, and went through a pair of amd64 bulk builds without issues. ok sthen@ dcoppa@
15 lines
487 B
Plaintext
15 lines
487 B
Plaintext
$OpenBSD: patch-configure,v 1.11 2011/03/14 14:39:51 landry Exp $
|
|
--- configure.orig Thu Jan 27 19:40:56 2011
|
|
+++ configure Thu Mar 10 17:55:23 2011
|
|
@@ -12494,8 +12494,8 @@ for ac_lib in '' pthread; do
|
|
if test -z "$ac_lib"; then
|
|
ac_res="none required"
|
|
else
|
|
- ac_res=-l$ac_lib
|
|
- LIBS="-l$ac_lib $ac_func_search_save_LIBS"
|
|
+ ac_res=-$ac_lib
|
|
+ LIBS="-$ac_lib $ac_func_search_save_LIBS"
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
if { (ac_try="$ac_link"
|