aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-17/files/patch-appl-libpty-configure
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2006-07-16 16:15:08 +0000
committerCy Schubert <cy@FreeBSD.org>2006-07-16 16:15:08 +0000
commit1dd3375131f91c2271d6195bbd7395e62de831ef (patch)
tree4fe34e17ef3e6c64a2cb41b4e66ac5761cba1b20 /security/krb5-17/files/patch-appl-libpty-configure
parent83299795fea526aad1f6f922784d60321629df40 (diff)
Notes
Diffstat (limited to 'security/krb5-17/files/patch-appl-libpty-configure')
-rw-r--r--security/krb5-17/files/patch-appl-libpty-configure28
1 files changed, 28 insertions, 0 deletions
diff --git a/security/krb5-17/files/patch-appl-libpty-configure b/security/krb5-17/files/patch-appl-libpty-configure
new file mode 100644
index 000000000000..47cd9e21262d
--- /dev/null
+++ b/security/krb5-17/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