summaryrefslogtreecommitdiff
path: root/net/samba4/files/patch-buildtools__wafsamba__samba_pidl.py
blob: 019fd57ad5b616a7a6a17b4c94b3e46c4c6aa428 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./buildtools/wafsamba/samba_pidl.py.orig	2013-01-27 23:15:21.739874063 +0000
+++ ./buildtools/wafsamba/samba_pidl.py	2013-01-27 23:15:50.549893124 +0000
@@ -88,7 +88,7 @@
     # prime the list of nodes we are dependent on with the cached pidl sources
     t.allnodes = pidl_src_nodes
 
-    t.env.PIDL = os.path.join(bld.srcnode.abspath(), 'pidl/pidl')
+    t.env.PIDL = os.path.join('%%LOCALBASE%%', 'bin/pidl')
     t.env.OPTIONS = TO_LIST(options)
     t.env.OUTPUTDIR = bld.bldnode.name + '/' + bld.path.find_dir(output_dir).bldpath(t.env)