Merge: Fix light FFI in interpreter on OS X
authorJean Privat <jean@pryen.org>
Thu, 20 Aug 2015 02:30:39 +0000 (22:30 -0400)
committerJean Privat <jean@pryen.org>
Thu, 20 Aug 2015 02:30:39 +0000 (22:30 -0400)
commitfd425db6810eb86d869fda9246545977a3ef8e1a
tree9e31d6f3330f5bad64a81230f3b54daa5c8551e2
parent20a555b300af3cc33e2bc0e75e9da3c81689328e
parente9ef418c80e142f747f9b08f8595d5ea87fd0e75
Merge: Fix light FFI in interpreter on OS X

Fix #1623 by removing the soname declaration (the soname was more of a placeholder at this time anyway). Also take this opportunity to remove the `-g` flag.

The fixes to the md5 modules update it to the latest style and use the nity/native pattern to avoid callbacks so it is light FFI compatible. This was used to test the interpreter on OS X.

Pull-Request: #1642
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>