From 1dd3375131f91c2271d6195bbd7395e62de831ef Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 16 Jul 2006 16:15:08 +0000 Subject: Fix plugin loader. This fixes krb5kdc and kdb5_util. --- security/krb5-appl/files/patch-appl-configure | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 security/krb5-appl/files/patch-appl-configure (limited to 'security/krb5-appl/files/patch-appl-configure') diff --git a/security/krb5-appl/files/patch-appl-configure b/security/krb5-appl/files/patch-appl-configure new file mode 100644 index 000000000000..7958b2d6c82b --- /dev/null +++ b/security/krb5-appl/files/patch-appl-configure @@ -0,0 +1,28 @@ +--- appl/configure.orig Fri Jun 30 22:09:59 2006 ++++ appl/configure Sun Jul 16 08:38:49 2006 +@@ -5305,13 +5305,13 @@ + CFLAGS="$old_CFLAGS" + + +-echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 ++echo "$as_me:$LINENO: checking for dlopen in -lc" >&5 ++echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6 + if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-ldl $LIBS" ++LIBS="$LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -5370,7 +5370,7 @@ + echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 + echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 + if test $ac_cv_lib_dl_dlopen = yes; then +- DL_LIB=-ldl ++ DL_LIB="" + + cat >>confdefs.h <<\_ACEOF + #define USE_DLOPEN 1 -- cgit v1.2.3