disable dynamic linking/loading code in static libc builds, for now
authorRich Felker <dalias@aerifal.cx>
Sun, 18 Sep 2011 20:42:06 +0000 (16:42 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 18 Sep 2011 20:42:06 +0000 (16:42 -0400)
commit4f4bf0ad2e8c729de92db06318b9614ab2cdcc5c
tree571d18fe6824100db43212525308bae3629d0dfa
parentb0c088ee550634e07a6289a8ac98cb8009f81c66
disable dynamic linking/loading code in static libc builds, for now

it does not work, but some configure scripts will falsely detect
support then generate programs that crash when they call dlopen.
src/ldso/dynlink.c