* Fix 1649525 Use of 32-bit time_t * Fix Coverity ID 1649524 Dereference before null check *Fix Coverity ID 1649526 Dereference before null check - Update to 0.17.0 * add tevent_context_set_wait_timeout() - Add config-sitearch.patch - Update to 0.17.1 * Fix 1649525 Use of 32-bit time_t * Fix Coverity ID 1649524 Dereference before null check * Fix Coverity ID 1649526 Dereference before null check - Update to 0.17.0 * add tevent_context_set_wait_timeout() * add tevent_reset_immediate() OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=125
14 lines
477 B
Diff
14 lines
477 B
Diff
Index: tevent-0.17.1/wscript
|
|
===================================================================
|
|
--- tevent-0.17.1.orig/wscript
|
|
+++ tevent-0.17.1/wscript
|
|
@@ -27,6 +27,8 @@ def options(opt):
|
|
opt.PRIVATE_EXTENSION_DEFAULT('tevent', noextension='tevent')
|
|
opt.RECURSE('lib/replace')
|
|
opt.RECURSE('lib/talloc')
|
|
+ opt.load('python') # options for disabling pyc or pyo compilation
|
|
+ # enable options related to building python extensions
|
|
|
|
|
|
def configure(conf):
|