changeset 405:c7ea4e86870a

Allow subextensions symbols lookup
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 10 Jun 2009 15:33:06 +0900
parents bad497b30f54
children 3a8e91184d4d
files waaad/extensions.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/waaad/extensions.c	Mon Jun 08 18:20:40 2009 +0900
+++ b/waaad/extensions.c	Wed Jun 10 15:33:06 2009 +0900
@@ -134,7 +134,7 @@
 		TRACE_DEBUG (INFO, "Loading extension: %s", ext->filename);
 		
 		/* Load the extension */
-		ext->handler = dlopen(ext->filename, RTLD_LAZY | RTLD_LOCAL);
+		ext->handler = dlopen(ext->filename, RTLD_LAZY | RTLD_GLOBAL);
 		
 		if (ext->handler == NULL) {
 			/* An error occured */
"Welcome to our mercurial repository"