[unbound/f14] Added python module patch

Paul Wouters pwouters at fedoraproject.org
Tue Aug 9 02:33:15 UTC 2011


commit f66f4eee789f3b31cc5ee27edd514bb5336c9186
Author: Paul Wouters <paul at xelerance.com>
Date:   Mon Aug 8 21:53:42 2011 -0400

    Added python module patch

 unbound-1.4.12-pythonmod.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/unbound-1.4.12-pythonmod.patch b/unbound-1.4.12-pythonmod.patch
new file mode 100644
index 0000000..7bc9927
--- /dev/null
+++ b/unbound-1.4.12-pythonmod.patch
@@ -0,0 +1,11 @@
+--- pythonmod/pythonmod.c.orig	2011-08-08 20:45:48.344987246 +0200
++++ pythonmod/pythonmod.c	2011-08-08 21:31:41.429025557 +0200
+@@ -153,6 +153,8 @@
+    }
+    PyRun_SimpleString("sys.path.append('"RUN_DIR"') \n");
+    PyRun_SimpleString("sys.path.append('"SHARE_DIR"') \n");
++   PyRun_SimpleString("import sysconfig \n");
++   PyRun_SimpleString("sys.path.append(sysconfig.get_path('purelib')) \n");
+    if (PyRun_SimpleString("from unboundmodule import *\n") < 0)
+    {
+       log_err("pythonmod: cannot initialize core module: unboundmodule.py"); 


More information about the scm-commits mailing list