From: Rich Felker Date: Fri, 3 Feb 2012 08:16:07 +0000 (-0500) Subject: include dummied-out dlopen and dlsym functions for static binaries X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=5a09a53010046fce204cb5138329f8aace79ab1a;hp=5a09a53010046fce204cb5138329f8aace79ab1a include dummied-out dlopen and dlsym functions for static binaries these don't work (or do anything at all) but at least make it possible to static link programs that insist on "having" dynamic loading support...as long as they don't actually need to use it. adding real support for dlopen/dlsym with static linking is going to be significantly more difficult... ---