diff options
Diffstat (limited to 'security/krb5')
-rw-r--r-- | security/krb5/files/patch-appl-bsd-configure | 28 | ||||
-rw-r--r-- | security/krb5/files/patch-appl-configure | 28 | ||||
-rw-r--r-- | security/krb5/files/patch-appl-gssftp-configure | 28 | ||||
-rw-r--r-- | security/krb5/files/patch-appl-libpty-configure | 28 | ||||
-rw-r--r-- | security/krb5/files/patch-appl-telnet-configure | 28 | ||||
-rw-r--r-- | security/krb5/files/patch-configure | 28 | ||||
-rw-r--r-- | security/krb5/files/patch-plugins-kdb-db2-configure | 28 | ||||
-rw-r--r-- | security/krb5/files/patch-plugins-kdb-db2-libdb2-configure | 28 | ||||
-rw-r--r-- | security/krb5/files/patch-plugins-lib-apputils-configure | 28 | ||||
-rw-r--r-- | security/krb5/files/patch-plugins-locate-python-configure | 28 | ||||
-rw-r--r-- | security/krb5/files/patch-plugins-util-ss-configure | 28 | ||||
-rw-r--r-- | security/krb5/files/patch-tests-configure | 28 |
12 files changed, 336 insertions, 0 deletions
diff --git a/security/krb5/files/patch-appl-bsd-configure b/security/krb5/files/patch-appl-bsd-configure new file mode 100644 index 000000000000..8217a378868c --- /dev/null +++ b/security/krb5/files/patch-appl-bsd-configure @@ -0,0 +1,28 @@ +--- appl/bsd/configure.orig Fri Jun 30 22:09:38 2006 ++++ appl/bsd/configure Sun Jul 16 08:39:50 2006 +@@ -5307,13 +5307,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 +@@ -5372,7 +5372,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 diff --git a/security/krb5/files/patch-appl-configure b/security/krb5/files/patch-appl-configure new file mode 100644 index 000000000000..7958b2d6c82b --- /dev/null +++ b/security/krb5/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 diff --git a/security/krb5/files/patch-appl-gssftp-configure b/security/krb5/files/patch-appl-gssftp-configure new file mode 100644 index 000000000000..ca5a5bec02a4 --- /dev/null +++ b/security/krb5/files/patch-appl-gssftp-configure @@ -0,0 +1,28 @@ +--- appl/gssftp/configure.orig Fri Jun 30 22:09:46 2006 ++++ appl/gssftp/configure Sun Jul 16 08:40:49 2006 +@@ -5303,13 +5303,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 +@@ -5368,7 +5368,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 diff --git a/security/krb5/files/patch-appl-libpty-configure b/security/krb5/files/patch-appl-libpty-configure new file mode 100644 index 000000000000..47cd9e21262d --- /dev/null +++ b/security/krb5/files/patch-appl-libpty-configure @@ -0,0 +1,28 @@ +--- appl/libpty/configure.orig Fri Jun 30 22:09:27 2006 ++++ appl/libpty/configure Sun Jul 16 08:41:51 2006 +@@ -5304,13 +5304,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 +@@ -5369,7 +5369,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 diff --git a/security/krb5/files/patch-appl-telnet-configure b/security/krb5/files/patch-appl-telnet-configure new file mode 100644 index 000000000000..c3aa120125c3 --- /dev/null +++ b/security/krb5/files/patch-appl-telnet-configure @@ -0,0 +1,28 @@ +--- appl/telnet/configure.orig Fri Jun 30 22:09:57 2006 ++++ appl/telnet/configure Sun Jul 16 08:37:35 2006 +@@ -5304,13 +5304,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 +@@ -5369,7 +5369,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 diff --git a/security/krb5/files/patch-configure b/security/krb5/files/patch-configure new file mode 100644 index 000000000000..d4e8f7f756d4 --- /dev/null +++ b/security/krb5/files/patch-configure @@ -0,0 +1,28 @@ +--- configure.orig Fri Jun 30 22:10:17 2006 ++++ configure Sun Jul 16 08:03:41 2006 +@@ -5337,13 +5337,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 -c... $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 +@@ -5402,7 +5402,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 diff --git a/security/krb5/files/patch-plugins-kdb-db2-configure b/security/krb5/files/patch-plugins-kdb-db2-configure new file mode 100644 index 000000000000..11f54c68b352 --- /dev/null +++ b/security/krb5/files/patch-plugins-kdb-db2-configure @@ -0,0 +1,28 @@ +--- plugins/kdb/db2/configure.orig Fri Jun 30 22:09:11 2006 ++++ plugins/kdb/db2/configure Sun Jul 16 08:30:10 2006 +@@ -5306,13 +5306,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 +@@ -5371,7 +5371,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 diff --git a/security/krb5/files/patch-plugins-kdb-db2-libdb2-configure b/security/krb5/files/patch-plugins-kdb-db2-libdb2-configure new file mode 100644 index 000000000000..eb7b508bd287 --- /dev/null +++ b/security/krb5/files/patch-plugins-kdb-db2-libdb2-configure @@ -0,0 +1,28 @@ +--- plugins/kdb/db2/libdb2/configure.orig Fri Jun 30 22:09:08 2006 ++++ plugins/kdb/db2/libdb2/configure Sun Jul 16 08:44:43 2006 +@@ -5306,13 +5306,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 +@@ -5371,7 +5371,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 diff --git a/security/krb5/files/patch-plugins-lib-apputils-configure b/security/krb5/files/patch-plugins-lib-apputils-configure new file mode 100644 index 000000000000..01af89e918d7 --- /dev/null +++ b/security/krb5/files/patch-plugins-lib-apputils-configure @@ -0,0 +1,28 @@ +--- lib/apputils/configure.orig Fri Jun 30 22:08:53 2006 ++++ lib/apputils/configure Sun Jul 16 08:35:35 2006 +@@ -5266,13 +5266,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 +@@ -5331,7 +5331,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 diff --git a/security/krb5/files/patch-plugins-locate-python-configure b/security/krb5/files/patch-plugins-locate-python-configure new file mode 100644 index 000000000000..91e3817787fd --- /dev/null +++ b/security/krb5/files/patch-plugins-locate-python-configure @@ -0,0 +1,28 @@ +--- plugins/locate/python/configure.orig Fri Jun 30 22:10:13 2006 ++++ plugins/locate/python/configure Sun Jul 16 08:43:12 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 diff --git a/security/krb5/files/patch-plugins-util-ss-configure b/security/krb5/files/patch-plugins-util-ss-configure new file mode 100644 index 000000000000..ed4794749ac6 --- /dev/null +++ b/security/krb5/files/patch-plugins-util-ss-configure @@ -0,0 +1,28 @@ +--- util/ss/configure.orig Fri Jun 30 22:08:47 2006 ++++ util/ss/configure Sun Jul 16 08:34:15 2006 +@@ -5303,13 +5303,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 +@@ -5368,7 +5368,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 diff --git a/security/krb5/files/patch-tests-configure b/security/krb5/files/patch-tests-configure new file mode 100644 index 000000000000..da346a961424 --- /dev/null +++ b/security/krb5/files/patch-tests-configure @@ -0,0 +1,28 @@ +--- tests/configure.orig Fri Jun 30 22:10:06 2006 ++++ tests/configure Sun Jul 16 08:36:33 2006 +@@ -5303,13 +5303,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 +@@ -5368,7 +5368,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 |