Skip to content

Commit

Permalink
add missing patch for relative libssl path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox committed Mar 16, 2015
1 parent cf377f8 commit bfa380e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions turbo.patch
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,16 @@ index 91ed96a..fb3d262 100644
if not ltp_loaded then
-- Check /usr/local/lib explicitly also.
ltp_loaded, libturbo_parser =
diff --git a/turbo/hash.lua b/turbo/hash.lua
index a56fb40..f88f780 100644
--- a/turbo/hash.lua
+++ b/turbo/hash.lua
@@ -35,7 +35,7 @@ local lssl
if _G.TURBO_AXTLS then
lssl = ffi.load"axtls"
else
-lssl = ffi.load"ssl"
+lssl = ffi.load("libs/libssl.so.1.0.0")
end

-- Buffers

0 comments on commit bfa380e

Please sign in to comment.