svn commit: samba r18126 - in branches/SAMBA_4_0/source/lib/util: .

jelmer at samba.org jelmer at samba.org
Wed Sep 6 02:04:30 GMT 2006


Author: jelmer
Date: 2006-09-06 02:04:30 +0000 (Wed, 06 Sep 2006)
New Revision: 18126

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18126

Log:
Fix -ldl dependency problem

Modified:
   branches/SAMBA_4_0/source/lib/util/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/util/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/util/config.mk	2006-09-06 02:00:17 UTC (rev 18125)
+++ branches/SAMBA_4_0/source/lib/util/config.mk	2006-09-06 02:04:30 UTC (rev 18126)
@@ -29,7 +29,7 @@
 		module.o
 PUBLIC_DEPENDENCIES = \
 		LIBREPLACE LIBCRYPTO LIBTALLOC \
-		SOCKET_WRAPPER EXT_NSL
+		SOCKET_WRAPPER EXT_NSL DL
 
 [SUBSYSTEM::PIDFILE]
 PRIVATE_PROTO_HEADER = pidfile.h



More information about the samba-cvs mailing list