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, 0 insertions, 17 deletions
diff --git a/samba4-ldb-configure.patch b/samba4-ldb-configure.patch
deleted file mode 100644
index 60c92b5..0000000
--- a/samba4-ldb-configure.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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')