49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
$OpenBSD: patch-configure,v 1.11 2009/10/19 20:31:23 jasper Exp $
|
|
--- configure.orig Sun Oct 18 04:22:56 2009
|
|
+++ configure Mon Oct 19 14:20:06 2009
|
|
@@ -20083,9 +20083,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; }
|
|
@@ -20470,13 +20467,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
|
|
@@ -20536,7 +20533,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; }
|
|
@@ -22101,7 +22098,7 @@ if test "x${with_krb5}" != "xno"; then
|
|
LIBS_save="$LIBS"
|
|
|
|
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; }
|