svn commit: samba r10332 - in branches/SAMBA_4_0/source/lib/messaging: .

jelmer at samba.org jelmer at samba.org
Mon Sep 19 23:10:28 GMT 2005


Author: jelmer
Date: 2005-09-19 23:10:28 +0000 (Mon, 19 Sep 2005)
New Revision: 10332

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

Log:
Fix the build - messaging uses UNIX_PRIVS

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/messaging/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/messaging/config.mk	2005-09-19 23:07:59 UTC (rev 10331)
+++ branches/SAMBA_4_0/source/lib/messaging/config.mk	2005-09-19 23:10:28 UTC (rev 10332)
@@ -6,6 +6,7 @@
 		lib/messaging/messaging.o
 NOPROTO = YES
 REQUIRED_SUBSYSTEMS = \
-		NDR_IRPC
+		NDR_IRPC \
+		UNIX_PRIVS
 # End SUBSYSTEM MESSAGING
 ################################################



More information about the samba-cvs mailing list