From: Andy Polyakov Date: Fri, 16 Jul 2010 08:15:28 +0000 (+0000) Subject: Makefile.shared: link_o.darwin comment update. X-Git-Tag: OpenSSL-fips-2_0-rc1~1044 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=75db4b2f7be3291fe72fc3e1191ba0016aebb5f8;p=oweals%2Fopenssl.git Makefile.shared: link_o.darwin comment update. --- 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); \