We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c36dbe + 9d9ed4b commit 6c1895fCopy full SHA for 6c1895f
1 file changed
ext/sqlite3/extconf.rb
@@ -64,11 +64,7 @@ def asplode missing
64
asplode('sqlite3.h') unless find_header 'sqlite3.h'
65
find_library 'pthread', 'pthread_create' # 1.8 support. *shrug*
66
67
-have_library 'dl'
68
-
69
-%w{ dlopen dlclose dlsym }.each do |func|
70
- abort "missing function #{func}" unless have_func(func)
71
-end
+have_library 'dl' # for static builds
72
73
if with_config('sqlcipher')
74
asplode('sqlcipher') unless find_library 'sqlcipher', 'sqlite3_libversion_number'
0 commit comments