summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-10-28 19:57:58 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-10-29 01:23:39 +0100
commitaa411045a5ee52d440ccb259a37c6c7489099884 (patch)
tree1baf27ad63d669b5b45cb68e5ccd9d1dbb1e2826 /librpc
parent06eee7f50b7022451dd9bac39b46e33cd434a186 (diff)
downloadsamba-aa411045a5ee52d440ccb259a37c6c7489099884.tar.gz
samba-aa411045a5ee52d440ccb259a37c6c7489099884.tar.bz2
samba-aa411045a5ee52d440ccb259a37c6c7489099884.zip
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 <abartlet@samba.org> Autobuild-Date(master): Mon Oct 29 01:23:39 CET 2012 on sn-devel-104
Diffstat (limited to 'librpc')
-rw-r--r--librpc/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index ee8483b9a4..0eeb01b7cf 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_*',