From 18c4020e5e54bee418b96beb8e319e7bb191b524 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 2 Feb 2012 13:26:36 +0100 Subject: Fix ldb configure and library cleanup. --- samba4-ldb-configure.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 samba4-ldb-configure.patch (limited to 'samba4-ldb-configure.patch') 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') -- cgit