head	1.4;
access;
symbols
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2006.09.17.00.48.42;	author cy;	state dead;
branches;
next	1.3;

1.3
date	2006.07.16.16.15.08;	author cy;	state Exp;
branches;
next	1.2;

1.2
date	2003.08.08.01.20.18;	author cy;	state dead;
branches;
next	1.1;

1.1
date	2003.05.07.21.43.40;	author cy;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update krb5-1.5 --> krb5-1.5.1

Submitted by:	Paul Vixie <paul@@vix.com>
@
text
@--- 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
@


1.3
log
@Fix plugin loader. This fixes krb5kdc and kdb5_util.
@
text
@@


1.2
log
@Update 1.2.8 --> 1.3
@
text
@d1 28
a28 18
--- configure.orig	Tue Apr  8 17:11:46 2003
+++ configure	Wed May  7 06:53:40 2003
@@@@ -1992,13 +1992,14 @@@@
 	PICFLAGS=-fpic
 	if test "x$objformat" = "xelf" ; then
 		SHLIBVEXT='.so.$(LIBMAJOR)'
+		LDCOMBINE='cc -shared -Wl,-soname,lib$(LIB)$(SHLIBVEXT)'
 		CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) -Wl,-rpath -Wl,$(PROG_RPATH)'
 	else
+		LDCOMBINE='ld -Bshareable'
 		SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)'
 		CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) -R$(PROG_RPATH)'
 	fi
 	SHLIBEXT=.so
-	LDCOMBINE='ld -Bshareable'
 	SHLIB_EXPFLAGS='-R$(SHLIB_RDIRS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)'
 	CC_LINK_STATIC='$(CC) $(PROG_LIBPATH)'
 	RUN_ENV='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH;'
@


1.1
log
@Put SONAME entries into shared libraries.

Submitted by:	wollman
@
text
@@

