On Mon, 2012-10-29 at 00:26 +0000, gof wrote:
> Support
> 
> I've downloaded samba 4 on snow leopard and when I compile it I get an
> error
> by running 'Make test"
> error:

This patch, from master, should fix it. 

-- 
Andrew Bartlett                                http://samba.org/~abartlet/
Authentication Developer, Samba Team           http://samba.org

>From aa411045a5ee52d440ccb259a37c6c7489099884 Mon Sep 17 00:00:00 2001
From: Andrew Bartlett <[email protected]>
Date: Sun, 28 Oct 2012 19:57:58 +1100
Subject: [PATCH] pidl: Remove depends_on=PIDL_MISC as it sets -I/ into CFLAGS

This in turn causes an include of <net/if.h> to hang on some systems, as
/net/ means to run the automounter!

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett <[email protected]>
Autobuild-Date(master): Mon Oct 29 01:23:39 CET 2012 on sn-devel-104
---
 librpc/wscript_build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/librpc/wscript_build b/librpc/wscript_build
index ee8483b..0eeb01b 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -632,7 +632,6 @@ bld.SAMBA_LIBRARY('ndr',
     public_deps='errors talloc samba-util',
     public_headers='gen_ndr/misc.h gen_ndr/ndr_misc.h ndr/libndr.h:ndr.h',
     header_path= [('*gen_ndr*', 'gen_ndr')],
-    depends_on='PIDL_MISC',
     vnum='0.0.1',
     abi_directory='ABI',
     abi_match='ndr_* GUID_*',
-- 
1.7.11.7

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to