- Update to 1.4.14 * let tdbtool return error on failure; (bso#15890). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=124
14 lines
520 B
Diff
14 lines
520 B
Diff
Index: tdb-1.4.14/wscript
|
|
===================================================================
|
|
--- tdb-1.4.14.orig/wscript
|
|
+++ tdb-1.4.14/wscript
|
|
@@ -68,6 +68,8 @@ def options(opt):
|
|
help=("Disable the use of pthread robust mutexes"),
|
|
action="store_true", dest='disable_tdb_mutex_locking',
|
|
default=False)
|
|
+ opt.load('python') # options for disabling pyc or pyo compilation
|
|
+ # enable options related to building python extensions
|
|
|
|
|
|
def configure(conf):
|