X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Makefile.shared;h=ab6532f9fac6a6485be45193f09b4123f8c6405f;hp=6e53c2de188865297defc69280c9945580bbd03c;hb=843b5a250ae9cadb4936b9e6e8ab48ac3dcc4c8d;hpb=1dc02bbaf5fbce9ad13e0adaad9521b4d2ee21bc 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); \