49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
$OpenBSD: patch-configure,v 1.9 2009/03/04 20:10:09 jasper Exp $
|
|
--- configure.orig Wed Feb 25 19:21:53 2009
|
|
+++ configure Wed Feb 25 19:41:37 2009
|
|
@@ -28231,9 +28231,6 @@ LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
|
|
$as_echo "$ac_cv_lib_resolv_res_query" >&6; }
|
|
-if test "x$ac_cv_lib_resolv_res_query" = x""yes; then
|
|
- LDAP_LIBS="-lresolv"
|
|
-fi
|
|
|
|
{ $as_echo "$as_me:$LINENO: checking for bind in -lsocket" >&5
|
|
$as_echo_n "checking for bind in -lsocket... " >&6; }
|
|
@@ -29302,13 +29299,13 @@ _ACEOF
|
|
|
|
|
|
PTHREAD_LIB=""
|
|
- { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
|
|
-$as_echo_n "checking for pthread_create in -lpthread... " >&6; }
|
|
+ { $as_echo "$as_me:$LINENO: checking for pthread_create in -pthread" >&5
|
|
+$as_echo_n "checking for pthread_create in -pthread... " >&6; }
|
|
if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lpthread $LIBS"
|
|
+LIBS="-pthread $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
@@ -29368,7 +29365,7 @@ fi
|
|
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
|
|
$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
|
|
if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
|
|
- PTHREAD_LIB="-lpthread"
|
|
+ PTHREAD_LIB="-pthread"
|
|
else
|
|
{ $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthreads" >&5
|
|
$as_echo_n "checking for pthread_create in -lpthreads... " >&6; }
|
|
@@ -30941,7 +30938,7 @@ if test "x${with_krb5}" != "xno"; then
|
|
LDFLAGS_save="$LDFLAGS"
|
|
|
|
mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
|
|
- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
|
|
+ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lgssapi"
|
|
sunlibs="-lkrb5 -lgss"
|
|
{ $as_echo "$as_me:$LINENO: checking for Kerberos 5" >&5
|
|
$as_echo_n "checking for Kerberos 5... " >&6; }
|