48decda0b0
- explicitly disable some stuff - enable base plugins "no objections here" martynas@ note, there is are some issues left, but this will be fixed shortly.
23 lines
943 B
Plaintext
23 lines
943 B
Plaintext
$OpenBSD: patch-configure,v 1.4 2007/11/21 16:18:15 jasper Exp $
|
|
--- configure.orig Mon Oct 15 08:31:10 2007
|
|
+++ configure Wed Oct 31 18:37:20 2007
|
|
@@ -27347,9 +27347,6 @@ LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
{ echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
|
|
-if test $ac_cv_lib_resolv_res_query = yes; then
|
|
- LDAP_LIBS="-lresolv"
|
|
-fi
|
|
|
|
{ echo "$as_me:$LINENO: checking for bind in -lsocket" >&5
|
|
echo $ECHO_N "checking for bind in -lsocket... $ECHO_C" >&6; }
|
|
@@ -29382,7 +29379,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"
|
|
{ echo "$as_me:$LINENO: checking for Kerberos 5" >&5
|
|
echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6; }
|