diff options
author | Andy Polyakov <appro@openssl.org> | 2010-07-16 08:15:28 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2010-07-16 08:15:28 +0000 |
commit | 75db4b2f7be3291fe72fc3e1191ba0016aebb5f8 (patch) | |
tree | bba4224c0cb17f29e16c31f9340bde854b2df82c /Makefile.shared | |
parent | b730b03f2f6053216dd9819044b7ada1545869c1 (diff) | |
download | openssl-new-75db4b2f7be3291fe72fc3e1191ba0016aebb5f8.tar.gz |
Makefile.shared: link_o.darwin comment update.
Diffstat (limited to 'Makefile.shared')
-rw-r--r-- | Makefile.shared | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.shared b/Makefile.shared index 6e53c2de18..ab6532f9fa 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -221,6 +221,8 @@ link_app.bsd: # order to provide compatibility with pre-10.4 dlopen, modules are # linked with -bundle flag, which makes .dylib extension misleading. # It works, because dlopen is [and always was] extension-agnostic. +# Alternative to this heuristic approach is to develop specific +# MacOS X dso module relying on whichever "native" dyld interface. link_o.darwin: @ $(CALC_VERSIONS); \ SHLIB=lib$(LIBNAME); \ |