svn commit: samba r26415 - in branches/SAMBA_4_0/source/param: .

metze at samba.org metze at samba.org
Wed Dec 12 10:21:26 GMT 2007


Author: metze
Date: 2007-12-12 10:21:25 +0000 (Wed, 12 Dec 2007)
New Revision: 26415

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

Log:
LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT for -ldl

This fixes the pidl/ndr_string test.

metze
Modified:
   branches/SAMBA_4_0/source/param/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/param/config.mk
===================================================================
--- branches/SAMBA_4_0/source/param/config.mk	2007-12-12 10:18:32 UTC (rev 26414)
+++ branches/SAMBA_4_0/source/param/config.mk	2007-12-12 10:21:25 UTC (rev 26415)
@@ -8,7 +8,7 @@
 			util.o \
 			../lib/version.o
 PUBLIC_DEPENDENCIES = LIBSAMBA-UTIL 
-PRIVATE_DEPENDENCIES = DYNCONFIG
+PRIVATE_DEPENDENCIES = DYNCONFIG LIBREPLACE_EXT
 PUBLIC_PROTO_HEADER = proto.h
 PUBLIC_HEADERS = param.h
 



More information about the samba-cvs mailing list