summaryrefslogtreecommitdiffstats
path: root/samba4-ldb-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'samba4-ldb-configure.patch')
-rw-r--r--samba4-ldb-configure.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/samba4-ldb-configure.patch b/samba4-ldb-configure.patch
new file mode 100644
index 0000000..60c92b5
--- /dev/null
+++ b/samba4-ldb-configure.patch
@@ -0,0 +1,17 @@
+Index: samba-4.0.0/lib/ldb/wscript
+===================================================================
+--- samba-4.0.0.orig/lib/ldb/wscript
++++ samba-4.0.0/lib/ldb/wscript
+@@ -29,11 +29,10 @@ def set_options(opt):
+ opt.tool_options('python') # options for disabling pyc or pyo compilation
+
+ def configure(conf):
+- conf.RECURSE('lib/tdb_compat')
++ conf.RECURSE('lib/tdb')
+ conf.RECURSE('lib/tevent')
+ conf.RECURSE('lib/popt')
+ conf.RECURSE('lib/replace')
+- conf.RECURSE('lib/tdb_compat')
+ conf.find_program('python', var='PYTHON')
+ conf.find_program('xsltproc', var='XSLTPROC')
+ conf.check_tool('python')