diff options
author | Jason Evans <jasone@canonware.com> | 2015-05-01 15:57:41 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-05-01 15:58:42 (GMT) |
commit | f1f2b4542902c5bc14788f6c2d4190b422e5901f (patch) | |
tree | 3e4429749525c1c1134f8f44b5e562fdd6c2eea4 | |
parent | 95e88de0aab257020dfc33248b86331cbfac28b1 (diff) | |
download | jemalloc-f1f2b4542902c5bc14788f6c2d4190b422e5901f.zip jemalloc-f1f2b4542902c5bc14788f6c2d4190b422e5901f.tar.gz jemalloc-f1f2b4542902c5bc14788f6c2d4190b422e5901f.tar.bz2 |
Embed full library install when running ld on OS X.
This resolves #228.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bf2ac3a..5f9bbd3 100644 --- a/configure.ac +++ b/configure.ac @@ -268,7 +268,7 @@ case "${host}" in so="dylib" importlib="${so}" force_tls="0" - DSO_LDFLAGS='-shared -Wl,-dylib_install_name,$(@F)' + DSO_LDFLAGS='-shared -Wl,-install_name,$(LIBDIR)/$(@F)' SOREV="${rev}.${so}" sbrk_deprecated="1" ;; |