This hack caused the bootstrap build to fail on macOS as macOS ld(1) does
not support static libraries being linker scripts. As a consequence, static
consumers of libcrypt now need to link with -lcrypt -lmd instead of just
-lmd.
Relnotes: yes
Fixes: cb5e41b160838880de7d03100afa02e4edee5a9e (D47062)