08344aaeaa
The Apache Portable Run-time mission is to provide a library of routines that allows programmers to write a program once and be able to compile it anywhere. ok naddy@
22 lines
684 B
Plaintext
22 lines
684 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2004/11/28 14:27:38 alek Exp $
|
|
--- configure.orig Tue Nov 2 22:11:20 2004
|
|
+++ configure Tue Nov 2 22:11:40 2004
|
|
@@ -14574,7 +14574,7 @@ if test "${apr_cv_pthreads_lib+set}" = s
|
|
else
|
|
|
|
apr_ptc_libs=$LIBS
|
|
- for lib in -lpthread -lpthreads -lc_r; do
|
|
+ for lib in -pthread -lpthread -lpthreads -lc_r; do
|
|
LIBS="$apr_ptc_libs $lib"
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
@@ -15132,7 +15132,7 @@ if test "${apr_cv_pthreads_lib+set}" = s
|
|
else
|
|
|
|
apr_ptc_libs=$LIBS
|
|
- for lib in -lpthread -lpthreads -lc_r; do
|
|
+ for lib in -pthread -lpthread -lpthreads -lc_r; do
|
|
LIBS="$apr_ptc_libs $lib"
|
|
|
|
if test "$cross_compiling" = yes; then
|