summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-19 23:10:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:28 -0500
commitb1c3c66ead969ae3ab1af7cd743e893134924fec (patch)
treebf0fc6499a402c867990d9f676f669fd310544b1 /source4
parent069e498da2a03bd253a2fcf2b7ff13f266ab63b4 (diff)
downloadsamba-b1c3c66ead969ae3ab1af7cd743e893134924fec.tar.gz
samba-b1c3c66ead969ae3ab1af7cd743e893134924fec.tar.bz2
samba-b1c3c66ead969ae3ab1af7cd743e893134924fec.zip
r10332: Fix the build - messaging uses UNIX_PRIVS
(This used to be commit df4a923c64a7fffea3aa01f646b3fba7a83a1b49)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/messaging/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/messaging/config.mk b/source4/lib/messaging/config.mk
index ef0ea7e6f4..c94d137d3f 100644
--- a/source4/lib/messaging/config.mk
+++ b/source4/lib/messaging/config.mk
@@ -6,6 +6,7 @@ INIT_OBJ_FILES = \
lib/messaging/messaging.o
NOPROTO = YES
REQUIRED_SUBSYSTEMS = \
- NDR_IRPC
+ NDR_IRPC \
+ UNIX_PRIVS
# End SUBSYSTEM MESSAGING
################################################