svn commit: lorikeet r51 - in trunk/heimdal: . lib/krb5

abartlet at samba.org abartlet at samba.org
Mon Sep 6 07:19:08 GMT 2004


Author: abartlet
Date: 2004-09-06 07:19:07 +0000 (Mon, 06 Sep 2004)
New Revision: 51

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=lorikeet&path=/trunk/heimdal&rev=51&nolog=1

Log:
Correct fix for missing -ldl (-r 47) from lha.

Andrew Bartlett

Modified:
   trunk/heimdal/configure.in
   trunk/heimdal/lib/krb5/Makefile.am


Changeset:
Modified: trunk/heimdal/configure.in
===================================================================
--- trunk/heimdal/configure.in	2004-09-06 07:17:23 UTC (rev 50)
+++ trunk/heimdal/configure.in	2004-09-06 07:19:07 UTC (rev 51)
@@ -51,9 +51,6 @@
 
 rk_WFLAGS(-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs)
 
-# we need dlopen
-AC_SEARCH_LIBS(dlopen, [dl])
-
 rk_TEST_PACKAGE(openldap,
 [#include <lber.h>
 #include <ldap.h>],

Modified: trunk/heimdal/lib/krb5/Makefile.am
===================================================================
--- trunk/heimdal/lib/krb5/Makefile.am	2004-09-06 07:17:23 UTC (rev 50)
+++ trunk/heimdal/lib/krb5/Makefile.am	2004-09-06 07:19:07 UTC (rev 51)
@@ -37,7 +37,8 @@
 	../com_err/error.lo ../com_err/com_err.lo \
 	$(LIB_des) \
 	$(top_builddir)/lib/asn1/libasn1.la \
-	$(LIB_roken)
+	$(LIB_roken) \
+	$(LIB_dlopen)
 
 lib_LTLIBRARIES = libkrb5.la
 



More information about the samba-cvs mailing list