From b190de87d38ce6e2ae4065e3ec97c026ec44c528 Mon Sep 17 00:00:00 2001 From: "D. Richard Hipp" Date: Mon, 7 May 2018 02:50:38 +0000 Subject: [PATCH] Backout change [05fee1a21ea398f1e4d6f1cf3] because it does not take into account the LD_LIBRARY_PATH environment variable used by dl_open(). --- src/loadext.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/loadext.c b/src/loadext.c index cf58237bf9..04c12958a9 100644 --- a/src/loadext.c +++ b/src/loadext.c @@ -500,10 +500,8 @@ static int sqlite3LoadExtension( #if SQLITE_OS_UNIX || SQLITE_OS_WIN for(ii=0; ii