commit | ba59ddbd3642d02614acbe52694e3e8a78c0e9d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 15:34:25 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 15:34:25 2016 +0100 |
tree | 81592a2f20ab2cfcd17b1381fc121951ac209da6 | |
parent | 923e43b837ca4c8edb7998743f142823eaeaf588 [diff] [blame] |
patch 7.4.1190 Problem: On OSX the default flag for dlopen() is different. Solution: Add RTLD_LOCAL in the configure check. (sv99, closes #604)
diff --git a/src/version.c b/src/version.c index 338cb7a..287bc93 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1190, +/**/ 1189, /**/ 1188,